#AF73AE

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

Shades of Violet Blue #AF73AE

Tints of Violet Blue #AF73AE

Color information

#AF73AE (or 0xAF73AE) is unknown color: approx Violet Blue. HEX triplet: AF, 73 and AE. RGB value is (175,115,174). Sum of RGB (Red+Green+Blue) = 175+115+174=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF73AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF73AE is #508C51. Grayscale: #8B8B8B. Windows color (decimal): -5278802 or 11432879. OLE color: 11432879.

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

Color convert

RGB175115174-
CMYK00.340.010.31
HSL301º27.27%56.86%-
HSV(B)301º34.29%68.63%-
XYZ31.4524.4343.1-
YUV139.67147.38153.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 115 (45.31% from 255) = 24.78%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=37.72%
G=24.78%
B=37.5%

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
Decimal17511517400.340.010.3130127.2756.86
HexAF73AE02211F12d1b39
Octal2571632560421374553371
Binary10101111111001110101110010001011111110010110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF73AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF73AE; }

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

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

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

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

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

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

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

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