#AF73AD

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

Shades of Violet Blue #AF73AD

Tints of Violet Blue #AF73AD

Color information

#AF73AD (or 0xAF73AD) is unknown color: approx Violet Blue. HEX triplet: AF, 73 and AD. RGB value is (175,115,173). Sum of RGB (Red+Green+Blue) = 175+115+173=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF73AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF73AD is #508C52. Grayscale: #8B8B8B. Windows color (decimal): -5278803 or 11367343. OLE color: 11367343.

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

Color convert

RGB175115173-
CMYK00.340.010.31
HSL302º27.27%56.86%-
HSV(B)302º34.29%68.63%-
XYZ31.3524.3942.59-
YUV139.55146.88153.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 115 (45.31% from 255) = 24.84%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=37.80%
G=24.84%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511517300.340.010.3130227.2756.86
HexAF73AD02211F12e1b39
Octal2571632550421374563371
Binary10101111111001110101101010001011111110010111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF73AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF73AD; }

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

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

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

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

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

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

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

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