#AA67AA

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

Shades of Violet Blue #AA67AA

Tints of Violet Blue #AA67AA

Color information

#AA67AA (or 0xAA67AA) is unknown color: approx Violet Blue. HEX triplet: AA, 67 and AA. RGB value is (170,103,170). Sum of RGB (Red+Green+Blue) = 170+103+170=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA67AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA67AA is #559855. Grayscale: #828282. Windows color (decimal): -5609558 or 11167658. OLE color: 11167658.

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

Color convert

RGB170103170-
CMYK00.3900.33
HSL300º28.27%53.53%-
HSV(B)300º39.41%66.67%-
XYZ28.6821.1540.6-
YUV130.67150.2156.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 103 (40.62% from 255) = 23.25%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=38.37%
G=23.25%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010317000.3900.3330028.2753.53
HexAA67AA02702112c1c36
Octal2521472520470414543466
Binary101010101100111101010100100111010000110010110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA67AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA67AA; }

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

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

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

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

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

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

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

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