#AE5DA0

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

Shades of Violet Blue #AE5DA0

Tints of Violet Blue #AE5DA0

Color information

#AE5DA0 (or 0xAE5DA0) is unknown color: approx Violet Blue. HEX triplet: AE, 5D and A0. RGB value is (174,93,160). Sum of RGB (Red+Green+Blue) = 174+93+160=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5DA0 is #51A25F. Grayscale: #7C7C7C. Windows color (decimal): -5349984 or 10509742. OLE color: 10509742.

HSL color Cylindrical-coordinate representation of color #AE5DA0: hue angle of 310.37º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE5DA0 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB17493160-
CMYK00.470.080.32
HSL310.37º33.33%52.35%-
HSV(B)310.37º46.55%68.24%-
XYZ27.7219.3735.53-
YUV124.86147.84163.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.75%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 160 (62.89% from 255) = 37.47%
R=40.75%
G=21.78%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749316000.470.080.32310.3733.3352.35
HexAE5DA002F8201362134
Octal25613524005710404664164
Binary1010111010111011010000001011111000100000100110110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5DA0; }

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

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

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

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

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

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

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

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