#AF50A8

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

Shades of Violet Blue #AF50A8

Tints of Violet Blue #AF50A8

Color information

#AF50A8 (or 0xAF50A8) is unknown color: approx Violet Blue. HEX triplet: AF, 50 and A8. RGB value is (175,80,168). Sum of RGB (Red+Green+Blue) = 175+80+168=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF50A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF50A8 is #50AF57. Grayscale: #767676. Windows color (decimal): -5287768 or 11030703. OLE color: 11030703.

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

Color convert

RGB17580168-
CMYK00.540.040.31
HSL304.42º37.25%50%-
HSV(B)304.42º54.29%68.63%-
XYZ27.6217.6839-
YUV118.44155.97168.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 80 (31.64% from 255) = 18.91%
BLUE value IS 168 (66.02% from 255) = 39.72%
R=41.37%
G=18.91%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758016800.540.040.31304.4237.2550
HexAF50A803641F1302532
Octal2571202500664374604562
Binary10101111101000010101000011011010011111100110000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF50A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF50A8; }

 p { color: rgb(175,80,168); }

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

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

 a { background-color: rgb(175,80,168); }

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

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

 span { border-color: rgb(175,80,168); }

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