#AE61AB

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

Shades of Violet Blue #AE61AB

Tints of Violet Blue #AE61AB

Color information

#AE61AB (or 0xAE61AB) is unknown color: approx Violet Blue. HEX triplet: AE, 61 and AB. RGB value is (174,97,171). Sum of RGB (Red+Green+Blue) = 174+97+171=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE61AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE61AB is #519E54. Grayscale: #808080. Windows color (decimal): -5348949 or 11231662. OLE color: 11231662.

HSL color Cylindrical-coordinate representation of color #AE61AB: hue angle of 302.34º 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 #AE61AB is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17497171-
CMYK00.440.020.32
HSL302.34º32.22%53.14%-
HSV(B)302.34º44.25%68.24%-
XYZ29.0820.4940.95-
YUV128.46152.01160.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 97 (38.28% from 255) = 21.95%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=39.37%
G=21.95%
B=38.69%

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
Decimal1749717100.440.020.32302.3432.2253.14
HexAE61AB02C22012e2035
Octal2561412530542404564065
Binary10101110110000110101011010110010100000100101110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE61AB; }

 p { color: rgb(174,97,171); }

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

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

 a { background-color: rgb(174,97,171); }

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

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

 span { border-color: rgb(174,97,171); }

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