#AF56A6

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

Shades of Violet Blue #AF56A6

Tints of Violet Blue #AF56A6

Color information

#AF56A6 (or 0xAF56A6) is unknown color: approx Violet Blue. HEX triplet: AF, 56 and A6. RGB value is (175,86,166). Sum of RGB (Red+Green+Blue) = 175+86+166=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF56A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF56A6 is #50A959. Grayscale: #797979. Windows color (decimal): -5286234 or 10901167. OLE color: 10901167.

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

Color convert

RGB17586166-
CMYK00.510.050.31
HSL306.07º35.74%51.18%-
HSV(B)306.07º50.86%68.63%-
XYZ27.8918.5238.18-
YUV121.73152.99166-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 86 (33.98% from 255) = 20.14%
BLUE value IS 166 (65.23% from 255) = 38.88%
R=40.98%
G=20.14%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758616600.510.050.31306.0735.7451.18
HexAF56A603351F1322433
Octal2571262460635374624463
Binary10101111101011010100110011001110111111100110010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF56A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF56A6; }

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

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

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

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

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

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

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

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