#AA67B3

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

Shades of Violet Blue #AA67B3

Tints of Violet Blue #AA67B3

Color information

#AA67B3 (or 0xAA67B3) is unknown color: approx Violet Blue. HEX triplet: AA, 67 and B3. RGB value is (170,103,179). Sum of RGB (Red+Green+Blue) = 170+103+179=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA67B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67B3 is #55984C. Grayscale: #838383. Windows color (decimal): -5609549 or 11757482. OLE color: 11757482.

HSL color Cylindrical-coordinate representation of color #AA67B3: hue angle of 292.89º 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 #AA67B3 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB170103179-
CMYK0.050.4200.30
HSL292.89º33.33%55.29%-
HSV(B)292.89º42.46%70.2%-
XYZ29.5621.545.24-
YUV131.7154.7155.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.61%
GREEN value IS 103 (40.62% from 255) = 22.79%
BLUE value IS 179 (70.31% from 255) = 39.60%
R=37.61%
G=22.79%
B=39.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701031790.050.4200.30292.8933.3355.29
HexAA67B352A01E1252137
Octal2521472635520364454167
Binary10101010110011110110011101101010011110100100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA67B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA67B3; }

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

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

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

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

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

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

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

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