#AF519D

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

Shades of Violet Blue #AF519D

Tints of Violet Blue #AF519D

Color information

#AF519D (or 0xAF519D) is unknown color: approx Violet Blue. HEX triplet: AF, 51 and 9D. RGB value is (175,81,157). Sum of RGB (Red+Green+Blue) = 175+81+157=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF519D is #50AE62. Grayscale: #757575. Windows color (decimal): -5287523 or 10310063. OLE color: 10310063.

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

Color convert

RGB17581157-
CMYK00.540.100.31
HSL311.49º37.01%50.2%-
HSV(B)311.49º53.71%68.63%-
XYZ26.7117.4333.86-
YUV117.77150.14168.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 157 (61.72% from 255) = 38.01%
R=42.37%
G=19.61%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758115700.540.100.31311.4937.0150.2
HexAF519D036A1F1372532
Octal25712123506612374674562
Binary101011111010001100111010110110101011111100110111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF519D; }

 p { color: rgb(175,81,157); }

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

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

 a { background-color: rgb(175,81,157); }

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

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

 span { border-color: rgb(175,81,157); }

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