#AF51A1

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

Shades of Violet Blue #AF51A1

Tints of Violet Blue #AF51A1

Color information

#AF51A1 (or 0xAF51A1) is unknown color: approx Violet Blue. HEX triplet: AF, 51 and A1. RGB value is (175,81,161). Sum of RGB (Red+Green+Blue) = 175+81+161=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF51A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF51A1 is #50AE5E. Grayscale: #767676. Windows color (decimal): -5287519 or 10572207. OLE color: 10572207.

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

Color convert

RGB17581161-
CMYK00.540.080.31
HSL308.94º37.01%50.2%-
HSV(B)308.94º53.71%68.63%-
XYZ27.0517.5735.68-
YUV118.23152.14168.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 161 (63.28% from 255) = 38.61%
R=41.97%
G=19.42%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758116100.540.080.31308.9437.0150.2
HexAF51A103681F1352532
Octal25712124106610374654562
Binary101011111010001101000010110110100011111100110101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF51A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF51A1; }

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

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

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

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

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

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

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

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