#AA67AC

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

Shades of Violet Blue #AA67AC

Tints of Violet Blue #AA67AC

Color information

#AA67AC (or 0xAA67AC) is unknown color: approx Violet Blue. HEX triplet: AA, 67 and AC. RGB value is (170,103,172). Sum of RGB (Red+Green+Blue) = 170+103+172=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA67AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA67AC is #559853. Grayscale: #828282. Windows color (decimal): -5609556 or 11298730. OLE color: 11298730.

HSL color Cylindrical-coordinate representation of color #AA67AC: hue angle of 298.26º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA67AC is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170103172-
CMYK0.010.4000.33
HSL298.26º29.36%53.92%-
HSV(B)298.26º40.12%67.45%-
XYZ28.8721.2341.6-
YUV130.9151.2155.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 103 (40.62% from 255) = 23.15%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=38.20%
G=23.15%
B=38.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701031720.010.4000.33298.2629.3653.92
HexAA67AC12802112a1d36
Octal2521472541500414523566
Binary101010101100111101011001101000010000110010101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA67AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA67AC; }

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

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

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

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

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

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

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

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