#A42BF4

Color #A42BF4 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A42BF4

Tints of Blue Violet #A42BF4

Color information

#A42BF4 (or 0xA42BF4) is unknown color: approx Blue Violet. HEX triplet: A4, 2B and F4. RGB value is (164,43,244). Sum of RGB (Red+Green+Blue) = 164+43+244=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 43 (17.19% from 255 or 9.53% from 451); Blue value is 244 (95.70% from 255 or 54.10% from 451); Max value from RGB is 244 - color contains mainly: blue. Hex color #A42BF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42BF4 is #5BD40B. Grayscale: #656565. Windows color (decimal): -6018060 or 16001956. OLE color: 16001956.

HSL color Cylindrical-coordinate representation of color #A42BF4: hue angle of 276.12º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A42BF4 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16443244-
CMYK0.330.8200.04
HSL276.12º90.13%56.27%-
HSV(B)276.12º82.38%95.69%-
XYZ32.516.1586.99-
YUV102.09208.09172.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 43 (17.19% from 255) = 9.53%
BLUE value IS 244 (95.70% from 255) = 54.10%
R=36.36%
G=9.53%
B=54.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal164432440.330.8200.04276.1290.1356.27
HexA42BF42152041145a38
Octal24453364411220442413270
Binary1010010010101111110100100001101001001001000101001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42BF4; }

 p { color: rgb(164,43,244); }

 H1.HeaderClassName
 {
   color: #A42BF4;
 }
 .AnyTagClassName
 {
   color: #A42BF4;
 }
</style>
background-color css

<style>
 a { background-color: #A42BF4; }

 a { background-color: rgb(164,43,244); }

 div.DivClassName
 {
   background-color: #A42BF4;
 }
 .BgClassName
 {
   background-color: #A42BF4;
 }
</style>
border-color css

<style>
 span { border-color: #A42BF4; }

 span { border-color: rgb(164,43,244); }

 td.TdClassName
 {
   border-color: #A42BF4;
 }
 .TagClassName
 {
   border-color: #A42BF4;
 }
</style>