#AF609A

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

Shades of Violet Blue #AF609A

Tints of Violet Blue #AF609A

Color information

#AF609A (or 0xAF609A) is unknown color: approx Violet Blue. HEX triplet: AF, 60 and 9A. RGB value is (175,96,154). Sum of RGB (Red+Green+Blue) = 175+96+154=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF609A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF609A is #509F65. Grayscale: #7E7E7E. Windows color (decimal): -5283686 or 10117295. OLE color: 10117295.

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

Color convert

RGB17596154-
CMYK00.450.120.31
HSL315.95º33.05%53.14%-
HSV(B)315.95º45.14%68.63%-
XYZ27.6919.8132.94-
YUV126.23143.67162.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 96 (37.89% from 255) = 22.59%
BLUE value IS 154 (60.55% from 255) = 36.24%
R=41.18%
G=22.59%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759615400.450.120.31315.9533.0553.14
HexAF609A02DC1F13c2135
Octal25714023205514374744165
Binary101011111100000100110100101101110011111100111100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF609A; }

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

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

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

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

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

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

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

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