#AF42A6

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

Shades of Violet Blue #AF42A6

Tints of Violet Blue #AF42A6

Color information

#AF42A6 (or 0xAF42A6) is unknown color: approx Violet Blue. HEX triplet: AF, 42 and A6. RGB value is (175,66,166). Sum of RGB (Red+Green+Blue) = 175+66+166=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF42A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF42A6 is #50BD59. Grayscale: #6D6D6D. Windows color (decimal): -5291354 or 10896047. OLE color: 10896047.

HSL color Cylindrical-coordinate representation of color #AF42A6: hue angle of 304.95º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF42A6 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17566166-
CMYK00.620.050.31
HSL304.95º45.23%47.25%-
HSV(B)304.95º62.29%68.63%-
XYZ26.5115.7637.72-
YUV109.99159.61174.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 66 (26.17% from 255) = 16.22%
BLUE value IS 166 (65.23% from 255) = 40.79%
R=43.00%
G=16.22%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756616600.620.050.31304.9545.2347.25
HexAF42A603E51F1312d2f
Octal2571022460765374615557
Binary10101111100001010100110011111010111111100110001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF42A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF42A6; }

 p { color: rgb(175,66,166); }

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

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

 a { background-color: rgb(175,66,166); }

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

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

 span { border-color: rgb(175,66,166); }

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