#AF599E

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

Shades of Violet Blue #AF599E

Tints of Violet Blue #AF599E

Color information

#AF599E (or 0xAF599E) is unknown color: approx Violet Blue. HEX triplet: AF, 59 and 9E. RGB value is (175,89,158). Sum of RGB (Red+Green+Blue) = 175+89+158=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF599E is #50A661. Grayscale: #7A7A7A. Windows color (decimal): -5285474 or 10377647. OLE color: 10377647.

HSL color Cylindrical-coordinate representation of color #AF599E: hue angle of 311.86º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF599E is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17589158-
CMYK00.490.100.31
HSL311.86º34.96%51.76%-
HSV(B)311.86º49.14%68.63%-
XYZ27.4218.7334.52-
YUV122.58147.99165.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=41.47%
G=21.09%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758915800.490.100.31311.8634.9651.76
HexAF599E031A1F1382334
Octal25713123606112374704364
Binary101011111011001100111100110001101011111100111000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF599E; }

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

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

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

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

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

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

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

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