#AE67AB

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

Shades of Violet Blue #AE67AB

Tints of Violet Blue #AE67AB

Color information

#AE67AB (or 0xAE67AB) is unknown color: approx Violet Blue. HEX triplet: AE, 67 and AB. RGB value is (174,103,171). Sum of RGB (Red+Green+Blue) = 174+103+171=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE67AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE67AB is #519854. Grayscale: #838383. Windows color (decimal): -5347413 or 11233198. OLE color: 11233198.

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

Color convert

RGB174103171-
CMYK00.410.020.32
HSL302.54º30.47%54.31%-
HSV(B)302.54º40.8%68.24%-
XYZ29.6621.6441.14-
YUV131.98150.02157.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 103 (40.62% from 255) = 22.99%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=38.84%
G=22.99%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410317100.410.020.32302.5430.4754.31
HexAE67AB02922012f1e36
Octal2561472530512404573666
Binary1010111011001111010101101010011010000010010111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE67AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE67AB; }

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

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

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

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

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

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

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

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