#AE66B5

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

Shades of Violet Blue #AE66B5

Tints of Violet Blue #AE66B5

Color information

#AE66B5 (or 0xAE66B5) is unknown color: approx Violet Blue. HEX triplet: AE, 66 and B5. RGB value is (174,102,181). Sum of RGB (Red+Green+Blue) = 174+102+181=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE66B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE66B5 is #51994A. Grayscale: #848484. Windows color (decimal): -5347659 or 11888302. OLE color: 11888302.

HSL color Cylindrical-coordinate representation of color #AE66B5: hue angle of 294.68º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE66B5 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174102181-
CMYK0.040.4400.29
HSL294.68º34.8%55.49%-
HSV(B)294.68º43.65%70.98%-
XYZ30.5521.8446.32-
YUV132.53155.35157.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 102 (40.23% from 255) = 22.32%
BLUE value IS 181 (71.09% from 255) = 39.61%
R=38.07%
G=22.32%
B=39.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741021810.040.4400.29294.6834.855.49
HexAE66B542C01D1272337
Octal2561462654540354474367
Binary10101110110011010110101100101100011101100100111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE66B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE66B5; }

 p { color: rgb(174,102,181); }

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

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

 a { background-color: rgb(174,102,181); }

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

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

 span { border-color: rgb(174,102,181); }

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