#AE65A0

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

Shades of Violet Blue #AE65A0

Tints of Violet Blue #AE65A0

Color information

#AE65A0 (or 0xAE65A0) is unknown color: approx Violet Blue. HEX triplet: AE, 65 and A0. RGB value is (174,101,160). Sum of RGB (Red+Green+Blue) = 174+101+160=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE65A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE65A0 is #519A5F. Grayscale: #818181. Windows color (decimal): -5347936 or 10511790. OLE color: 10511790.

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

Color convert

RGB174101160-
CMYK00.420.080.32
HSL311.51º31.06%53.92%-
HSV(B)311.51º41.95%68.24%-
XYZ28.4520.8435.78-
YUV129.55145.18159.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 160 (62.89% from 255) = 36.78%
R=40%
G=23.22%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410116000.420.080.32311.5131.0653.92
HexAE65A002A8201381f36
Octal25614524005210404703766
Binary101011101100101101000000101010100010000010011100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE65A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE65A0; }

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

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

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

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

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

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

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

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