#AA65AD

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

Shades of Violet Blue #AA65AD

Tints of Violet Blue #AA65AD

Color information

#AA65AD (or 0xAA65AD) is unknown color: approx Violet Blue. HEX triplet: AA, 65 and AD. RGB value is (170,101,173). Sum of RGB (Red+Green+Blue) = 170+101+173=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA65AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA65AD is #559A52. Grayscale: #818181. Windows color (decimal): -5610067 or 11363754. OLE color: 11363754.

HSL color Cylindrical-coordinate representation of color #AA65AD: hue angle of 297.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA65AD is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170101173-
CMYK0.020.4200.32
HSL297.5º30.51%53.73%-
HSV(B)297.5º41.62%67.84%-
XYZ28.7720.8742.05-
YUV129.84152.36156.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 101 (39.84% from 255) = 22.75%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=38.29%
G=22.75%
B=38.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701011730.020.4200.32297.530.5153.73
HexAA65AD22A02012a1f36
Octal2521452552520404523766
Binary1010101011001011010110110101010010000010010101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65AD; }

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

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

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

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

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

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

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

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