#AA67B0

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

Shades of Violet Blue #AA67B0

Tints of Violet Blue #AA67B0

Color information

#AA67B0 (or 0xAA67B0) is unknown color: approx Violet Blue. HEX triplet: AA, 67 and B0. RGB value is (170,103,176). Sum of RGB (Red+Green+Blue) = 170+103+176=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA67B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA67B0 is #55984F. Grayscale: #838383. Windows color (decimal): -5609552 or 11560874. OLE color: 11560874.

HSL color Cylindrical-coordinate representation of color #AA67B0: hue angle of 295.07º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA67B0 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170103176-
CMYK0.030.4100.31
HSL295.07º31.6%54.71%-
HSV(B)295.07º41.48%69.02%-
XYZ29.2621.3843.66-
YUV131.35153.2155.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 103 (40.62% from 255) = 22.94%
BLUE value IS 176 (69.14% from 255) = 39.20%
R=37.86%
G=22.94%
B=39.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701031760.030.4100.31295.0731.654.71
HexAA67B032901F1272037
Octal2521472603510374474067
Binary1010101011001111011000011101001011111100100111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA67B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA67B0; }

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

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

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

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

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

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

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

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