#AA67B2

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

Shades of Violet Blue #AA67B2

Tints of Violet Blue #AA67B2

Color information

#AA67B2 (or 0xAA67B2) is unknown color: approx Violet Blue. HEX triplet: AA, 67 and B2. RGB value is (170,103,178). Sum of RGB (Red+Green+Blue) = 170+103+178=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA67B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA67B2 is #55984D. Grayscale: #838383. Windows color (decimal): -5609550 or 11691946. OLE color: 11691946.

HSL color Cylindrical-coordinate representation of color #AA67B2: hue angle of 293.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA67B2 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB170103178-
CMYK0.040.4200.30
HSL293.6º32.75%55.1%-
HSV(B)293.6º42.13%69.8%-
XYZ29.4621.4644.71-
YUV131.58154.2155.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 178 (69.92% from 255) = 39.47%
R=37.69%
G=22.84%
B=39.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701031780.040.4200.30293.632.7555.1
HexAA67B242A01E1262137
Octal2521472624520364464167
Binary10101010110011110110010100101010011110100100110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA67B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA67B2; }

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

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

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

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

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

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

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

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