#AF73AB

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

Shades of Violet Blue #AF73AB

Tints of Violet Blue #AF73AB

Color information

#AF73AB (or 0xAF73AB) is unknown color: approx Violet Blue. HEX triplet: AF, 73 and AB. RGB value is (175,115,171). Sum of RGB (Red+Green+Blue) = 175+115+171=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF73AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF73AB is #508C54. Grayscale: #8B8B8B. Windows color (decimal): -5278805 or 11236271. OLE color: 11236271.

HSL color Cylindrical-coordinate representation of color #AF73AB: hue angle of 304º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF73AB is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB175115171-
CMYK00.340.020.31
HSL304º27.27%56.86%-
HSV(B)304º34.29%68.63%-
XYZ31.1624.3241.58-
YUV139.32145.88153.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=37.96%
G=24.95%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511517100.340.020.3130427.2756.86
HexAF73AB02221F1301b39
Octal2571632530422374603371
Binary101011111110011101010110100010101111110011000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF73AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF73AB; }

 p { color: rgb(175,115,171); }

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

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

 a { background-color: rgb(175,115,171); }

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

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

 span { border-color: rgb(175,115,171); }

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