#AE6EB8

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

Shades of Violet Blue #AE6EB8

Tints of Violet Blue #AE6EB8

Color information

#AE6EB8 (or 0xAE6EB8) is unknown color: approx Violet Blue. HEX triplet: AE, 6E and B8. RGB value is (174,110,184). Sum of RGB (Red+Green+Blue) = 174+110+184=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE6EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6EB8 is #519147. Grayscale: #898989. Windows color (decimal): -5345608 or 12086958. OLE color: 12086958.

HSL color Cylindrical-coordinate representation of color #AE6EB8: hue angle of 291.89º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE6EB8 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB174110184-
CMYK0.050.4000.28
HSL291.89º34.26%57.65%-
HSV(B)291.89º40.22%72.16%-
XYZ31.6823.6148.23-
YUV137.57154.2153.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 110 (43.36% from 255) = 23.50%
BLUE value IS 184 (72.27% from 255) = 39.32%
R=37.18%
G=23.50%
B=39.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741101840.050.4000.28291.8934.2657.65
HexAE6EB852801C124223a
Octal2561562705500344444272
Binary10101110110111010111000101101000011100100100100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6EB8; }

 p { color: rgb(174,110,184); }

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

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

 a { background-color: rgb(174,110,184); }

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

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

 span { border-color: rgb(174,110,184); }

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