#AF6099

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

Shades of Violet Blue #AF6099

Tints of Violet Blue #AF6099

Color information

#AF6099 (or 0xAF6099) is unknown color: approx Violet Blue. HEX triplet: AF, 60 and 99. RGB value is (175,96,153). Sum of RGB (Red+Green+Blue) = 175+96+153=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6099 is #509F66. Grayscale: #7D7D7D. Windows color (decimal): -5283687 or 10051759. OLE color: 10051759.

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

Color convert

RGB17596153-
CMYK00.450.130.31
HSL316.71º33.05%53.14%-
HSV(B)316.71º45.14%68.63%-
XYZ27.6119.7832.5-
YUV126.12143.17162.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 153 (60.16% from 255) = 36.08%
R=41.27%
G=22.64%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759615300.450.130.31316.7133.0553.14
HexAF609902DD1F13d2135
Octal25714023105515374754165
Binary101011111100000100110010101101110111111100111101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6099; }

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

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

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

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

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

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

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

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