#AA61AD

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

Shades of Violet Blue #AA61AD

Tints of Violet Blue #AA61AD

Color information

#AA61AD (or 0xAA61AD) is unknown color: approx Violet Blue. HEX triplet: AA, 61 and AD. RGB value is (170,97,173). Sum of RGB (Red+Green+Blue) = 170+97+173=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA61AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA61AD is #559E52. Grayscale: #7F7F7F. Windows color (decimal): -5611091 or 11362730. OLE color: 11362730.

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

Color convert

RGB17097173-
CMYK0.020.4400.32
HSL297.63º31.67%52.94%-
HSV(B)297.63º43.93%67.84%-
XYZ28.420.1141.92-
YUV127.49153.68158.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=38.64%
G=22.05%
B=39.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170971730.020.4400.32297.6331.6752.94
HexAA61AD22C02012a2035
Octal2521412552540404524065
Binary10101010110000110101101101011000100000100101010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA61AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA61AD; }

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

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

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

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

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

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

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

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