#AF72A8

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

Shades of Violet Blue #AF72A8

Tints of Violet Blue #AF72A8

Color information

#AF72A8 (or 0xAF72A8) is unknown color: approx Violet Blue. HEX triplet: AF, 72 and A8. RGB value is (175,114,168). Sum of RGB (Red+Green+Blue) = 175+114+168=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF72A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF72A8 is #508D57. Grayscale: #8A8A8A. Windows color (decimal): -5279064 or 11039407. OLE color: 11039407.

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

Color convert

RGB175114168-
CMYK00.350.040.31
HSL306.89º27.6%56.67%-
HSV(B)306.89º34.86%68.63%-
XYZ30.7623.9840.05-
YUV138.39144.71154.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 168 (66.02% from 255) = 36.76%
R=38.29%
G=24.95%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511416800.350.040.31306.8927.656.67
HexAF72A802341F1331c39
Octal2571622500434374633471
Binary1010111111100101010100001000111001111110011001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF72A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF72A8; }

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

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

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

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

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

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

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

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