#AA65AB

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

Shades of Violet Blue #AA65AB

Tints of Violet Blue #AA65AB

Color information

#AA65AB (or 0xAA65AB) is unknown color: approx Violet Blue. HEX triplet: AA, 65 and AB. RGB value is (170,101,171). Sum of RGB (Red+Green+Blue) = 170+101+171=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA65AB is #559A54. Grayscale: #818181. Windows color (decimal): -5610069 or 11232682. OLE color: 11232682.

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

Color convert

RGB170101171-
CMYK0.010.4100.33
HSL299.14º29.41%53.33%-
HSV(B)299.14º40.94%67.06%-
XYZ28.5820.7941.04-
YUV129.61151.36156.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=38.46%
G=22.85%
B=38.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701011710.010.4100.33299.1429.4153.33
HexAA65AB12902112b1d35
Octal2521452531510414533565
Binary101010101100101101010111101001010000110010101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65AB; }

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

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

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

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

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

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

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

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