#AF609E

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

Shades of Violet Blue #AF609E

Tints of Violet Blue #AF609E

Color information

#AF609E (or 0xAF609E) is unknown color: approx Violet Blue. HEX triplet: AF, 60 and 9E. RGB value is (175,96,158). Sum of RGB (Red+Green+Blue) = 175+96+158=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF609E is #509F61. Grayscale: #7E7E7E. Windows color (decimal): -5283682 or 10379439. OLE color: 10379439.

HSL color Cylindrical-coordinate representation of color #AF609E: hue angle of 312.91º 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 #AF609E is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17596158-
CMYK00.450.100.31
HSL312.91º33.05%53.14%-
HSV(B)312.91º45.14%68.63%-
XYZ28.0319.9534.72-
YUV126.69145.67162.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=40.79%
G=22.38%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759615800.450.100.31312.9133.0553.14
HexAF609E02DA1F1392135
Octal25714023605512374714165
Binary101011111100000100111100101101101011111100111001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF609E; }

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

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

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

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

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

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

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

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