#AA65A5

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

Shades of Violet Blue #AA65A5

Tints of Violet Blue #AA65A5

Color information

#AA65A5 (or 0xAA65A5) is unknown color: approx Violet Blue. HEX triplet: AA, 65 and A5. RGB value is (170,101,165). Sum of RGB (Red+Green+Blue) = 170+101+165=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA65A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA65A5 is #559A5A. Grayscale: #808080. Windows color (decimal): -5610075 or 10839466. OLE color: 10839466.

HSL color Cylindrical-coordinate representation of color #AA65A5: hue angle of 304.35º 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 #AA65A5 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB170101165-
CMYK00.410.030.33
HSL304.35º28.87%53.14%-
HSV(B)304.35º40.59%66.67%-
XYZ28.0220.5738.09-
YUV128.93148.36157.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 101 (39.84% from 255) = 23.17%
BLUE value IS 165 (64.84% from 255) = 37.84%
R=38.99%
G=23.17%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010116500.410.030.33304.3528.8753.14
HexAA65A50293211301d35
Octal2521452450513414603565
Binary1010101011001011010010101010011110000110011000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65A5; }

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

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

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

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

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

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

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

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