#AF5399

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

Shades of Violet Blue #AF5399

Tints of Violet Blue #AF5399

Color information

#AF5399 (or 0xAF5399) is unknown color: approx Violet Blue. HEX triplet: AF, 53 and 99. RGB value is (175,83,153). Sum of RGB (Red+Green+Blue) = 175+83+153=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5399 is #50AC66. Grayscale: #767676. Windows color (decimal): -5287015 or 10048431. OLE color: 10048431.

HSL color Cylindrical-coordinate representation of color #AF5399: hue angle of 314.35º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5399 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB17583153-
CMYK00.530.130.31
HSL314.35º36.51%50.59%-
HSV(B)314.35º52.57%68.63%-
XYZ26.5217.632.14-
YUV118.49147.48168.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 83 (32.81% from 255) = 20.19%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=42.58%
G=20.19%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758315300.530.130.31314.3536.5150.59
HexAF5399035D1F13a2533
Octal25712323106515374724563
Binary101011111010011100110010110101110111111100111010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5399; }

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

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

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

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

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

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

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

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