#A42FF5

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

Shades of Blue Violet #A42FF5

Tints of Blue Violet #A42FF5

Color information

#A42FF5 (or 0xA42FF5) is unknown color: approx Blue Violet. HEX triplet: A4, 2F and F5. RGB value is (164,47,245). Sum of RGB (Red+Green+Blue) = 164+47+245=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 245 (96.09% from 255 or 53.73% from 456); Max value from RGB is 245 - color contains mainly: blue. Hex color #A42FF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42FF5 is #5BD00A. Grayscale: #676767. Windows color (decimal): -6017035 or 16068516. OLE color: 16068516.

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

Color convert

RGB16447245-
CMYK0.330.8100.04
HSL275.45º90.83%57.25%-
HSV(B)275.45º80.82%96.08%-
XYZ32.8116.5287.85-
YUV104.56207.26170.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 47 (18.75% from 255) = 10.31%
BLUE value IS 245 (96.09% from 255) = 53.73%
R=35.96%
G=10.31%
B=53.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal164472450.330.8100.04275.4590.8357.25
HexA42FF52151041135b39
Octal24457365411210442313371
Binary1010010010111111110101100001101000101001000100111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42FF5; }

 p { color: rgb(164,47,245); }

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

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

 a { background-color: rgb(164,47,245); }

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

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

 span { border-color: rgb(164,47,245); }

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