#AF72AA

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

Shades of Violet Blue #AF72AA

Tints of Violet Blue #AF72AA

Color information

#AF72AA (or 0xAF72AA) is unknown color: approx Violet Blue. HEX triplet: AF, 72 and AA. RGB value is (175,114,170). Sum of RGB (Red+Green+Blue) = 175+114+170=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF72AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF72AA is #508D55. Grayscale: #8A8A8A. Windows color (decimal): -5279062 or 11170479. OLE color: 11170479.

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

Color convert

RGB175114170-
CMYK00.350.030.31
HSL304.92º27.6%56.67%-
HSV(B)304.92º34.86%68.63%-
XYZ30.9524.0541.04-
YUV138.62145.71153.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 114 (44.92% from 255) = 24.84%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=38.13%
G=24.84%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511417000.350.030.31304.9227.656.67
HexAF72AA02331F1311c39
Octal2571622520433374613471
Binary101011111110010101010100100011111111110011000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF72AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF72AA; }

 p { color: rgb(175,114,170); }

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

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

 a { background-color: rgb(175,114,170); }

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

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

 span { border-color: rgb(175,114,170); }

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