#AE62AA

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

Shades of Violet Blue #AE62AA

Tints of Violet Blue #AE62AA

Color information

#AE62AA (or 0xAE62AA) is unknown color: approx Violet Blue. HEX triplet: AE, 62 and AA. RGB value is (174,98,170). Sum of RGB (Red+Green+Blue) = 174+98+170=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE62AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE62AA is #519D55. Grayscale: #808080. Windows color (decimal): -5348694 or 11166382. OLE color: 11166382.

HSL color Cylindrical-coordinate representation of color #AE62AA: hue angle of 303.16º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE62AA is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17498170-
CMYK00.440.020.32
HSL303.16º31.93%53.33%-
HSV(B)303.16º43.68%68.24%-
XYZ29.0820.6440.48-
YUV128.93151.18160.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 98 (38.67% from 255) = 22.17%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=39.37%
G=22.17%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749817000.440.020.32303.1631.9353.33
HexAE62AA02C22012f2035
Octal2561422520542404574065
Binary10101110110001010101010010110010100000100101111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE62AA; }

 p { color: rgb(174,98,170); }

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

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

 a { background-color: rgb(174,98,170); }

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

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

 span { border-color: rgb(174,98,170); }

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