#AA65A7

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

Shades of Violet Blue #AA65A7

Tints of Violet Blue #AA65A7

Color information

#AA65A7 (or 0xAA65A7) is unknown color: approx Violet Blue. HEX triplet: AA, 65 and A7. RGB value is (170,101,167). Sum of RGB (Red+Green+Blue) = 170+101+167=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA65A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA65A7 is #559A58. Grayscale: #808080. Windows color (decimal): -5610073 or 10970538. OLE color: 10970538.

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

Color convert

RGB170101167-
CMYK00.410.020.33
HSL302.61º28.87%53.14%-
HSV(B)302.61º40.59%66.67%-
XYZ28.2120.6439.06-
YUV129.16149.36157.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 101 (39.84% from 255) = 23.06%
BLUE value IS 167 (65.62% from 255) = 38.13%
R=38.81%
G=23.06%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010116700.410.020.33302.6128.8753.14
HexAA65A702922112f1d35
Octal2521452470512414573565
Binary1010101011001011010011101010011010000110010111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65A7; }

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

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

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

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

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

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

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

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