#af72ad

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

Shades of Violet Blue #AF72AD

Tints of Violet Blue #AF72AD

Color information

#AF72AD (or 0xAF72AD) is unknown color: approx Violet Blue. HEX triplet: AF, 72 and AD. RGB value is (175,114,173). Sum of RGB (Red+Green+Blue) = 175+114+173=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF72AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF72AD is #508D52. Grayscale: #8A8A8A. Windows color (decimal): -5279059 or 11367087. OLE color: 11367087.

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

Color convert

RGB175114173-
CMYK00.350.010.31
HSL301.97º27.6%56.67%-
HSV(B)301.97º34.86%68.63%-
XYZ31.2424.1742.55-
YUV138.96147.21153.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 114 (44.92% from 255) = 24.68%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=37.88%
G=24.68%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511417300.350.010.31301.9727.656.67
HexAF72AD02311F12e1c39
Octal2571622550431374563471
Binary10101111111001010101101010001111111110010111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af72ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af72ad; }

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

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

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

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

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

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

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

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