#AF609F

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

Shades of Violet Blue #AF609F

Tints of Violet Blue #AF609F

Color information

#AF609F (or 0xAF609F) is unknown color: approx Violet Blue. HEX triplet: AF, 60 and 9F. RGB value is (175,96,159). Sum of RGB (Red+Green+Blue) = 175+96+159=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF609F is #509F60. Grayscale: #7E7E7E. Windows color (decimal): -5283681 or 10444975. OLE color: 10444975.

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

Color convert

RGB17596159-
CMYK00.450.090.31
HSL312.15º33.05%53.14%-
HSV(B)312.15º45.14%68.63%-
XYZ28.1219.9835.18-
YUV126.8146.17162.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 96 (37.89% from 255) = 22.33%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=40.70%
G=22.33%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759615900.450.090.31312.1533.0553.14
HexAF609F02D91F1382135
Octal25714023705511374704165
Binary101011111100000100111110101101100111111100111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF609F; }

 p { color: rgb(175,96,159); }

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

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

 a { background-color: rgb(175,96,159); }

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

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

 span { border-color: rgb(175,96,159); }

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