#AA67AE

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

Shades of Violet Blue #AA67AE

Tints of Violet Blue #AA67AE

Color information

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

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

Color convert

RGB170103174-
CMYK0.020.4100.32
HSL296.62º30.47%54.31%-
HSV(B)296.62º40.8%68.24%-
XYZ29.0721.342.62-
YUV131.13152.2155.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701031740.020.4100.32296.6230.4754.31
HexAA67AE2290201291e36
Octal2521472562510404513666
Binary1010101011001111010111010101001010000010010100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA67AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA67AE; }

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

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

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

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

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

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

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

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