#AF609B

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

Shades of Violet Blue #AF609B

Tints of Violet Blue #AF609B

Color information

#AF609B (or 0xAF609B) is unknown color: approx Violet Blue. HEX triplet: AF, 60 and 9B. RGB value is (175,96,155). Sum of RGB (Red+Green+Blue) = 175+96+155=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF609B is #509F64. Grayscale: #7E7E7E. Windows color (decimal): -5283685 or 10182831. OLE color: 10182831.

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

Color convert

RGB17596155-
CMYK00.450.110.31
HSL315.19º33.05%53.14%-
HSV(B)315.19º45.14%68.63%-
XYZ27.7819.8533.38-
YUV126.35144.17162.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 96 (37.89% from 255) = 22.54%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=41.08%
G=22.54%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759615500.450.110.31315.1933.0553.14
HexAF609B02DB1F13b2135
Octal25714023305513374734165
Binary101011111100000100110110101101101111111100111011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF609B; }

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

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

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

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

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

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

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

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