#AA65AA

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

Shades of Violet Blue #AA65AA

Tints of Violet Blue #AA65AA

Color information

#AA65AA (or 0xAA65AA) is unknown color: approx Violet Blue. HEX triplet: AA, 65 and AA. RGB value is (170,101,170). Sum of RGB (Red+Green+Blue) = 170+101+170=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA65AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA65AA is #559A55. Grayscale: #818181. Windows color (decimal): -5610070 or 11167146. OLE color: 11167146.

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

Color convert

RGB170101170-
CMYK00.4100.33
HSL300º28.87%53.14%-
HSV(B)300º40.59%66.67%-
XYZ28.4920.7640.54-
YUV129.5150.86156.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 101 (39.84% from 255) = 22.90%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=38.55%
G=22.90%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010117000.4100.3330028.8753.14
HexAA65AA02902112c1d35
Octal2521452520510414543565
Binary101010101100101101010100101001010000110010110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65AA; }

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

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

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

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

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

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

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

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