#AF5DAE

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

Shades of Violet Blue #AF5DAE

Tints of Violet Blue #AF5DAE

Color information

#AF5DAE (or 0xAF5DAE) is unknown color: approx Violet Blue. HEX triplet: AF, 5D and AE. RGB value is (175,93,174). Sum of RGB (Red+Green+Blue) = 175+93+174=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5DAE is #50A251. Grayscale: #7E7E7E. Windows color (decimal): -5284434 or 11427247. OLE color: 11427247.

HSL color Cylindrical-coordinate representation of color #AF5DAE: hue angle of 300.73º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5DAE is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17593174-
CMYK00.470.010.31
HSL300.73º33.88%52.55%-
HSV(B)300.73º46.86%68.63%-
XYZ29.232042.36-
YUV126.75154.67162.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 93 (36.72% from 255) = 21.04%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=39.59%
G=21.04%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759317400.470.010.31300.7333.8852.55
HexAF5DAE02F11F12d2235
Octal2571352560571374554265
Binary101011111011101101011100101111111111100101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5DAE; }

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

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

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

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

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

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

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

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