#AE67AA

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

Shades of Violet Blue #AE67AA

Tints of Violet Blue #AE67AA

Color information

#AE67AA (or 0xAE67AA) is unknown color: approx Violet Blue. HEX triplet: AE, 67 and AA. RGB value is (174,103,170). Sum of RGB (Red+Green+Blue) = 174+103+170=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE67AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE67AA is #519855. Grayscale: #838383. Windows color (decimal): -5347414 or 11167662. OLE color: 11167662.

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

Color convert

RGB174103170-
CMYK00.410.020.32
HSL303.38º30.47%54.31%-
HSV(B)303.38º40.8%68.24%-
XYZ29.5621.640.64-
YUV131.87149.52158.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 103 (40.62% from 255) = 23.04%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=38.93%
G=23.04%
B=38.03%

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
Decimal17410317000.410.020.32303.3830.4754.31
HexAE67AA02922012f1e36
Octal2561472520512404573666
Binary1010111011001111010101001010011010000010010111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE67AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE67AA; }

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

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

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

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

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

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

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

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