#AA61B5

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

Shades of Violet Blue #AA61B5

Tints of Violet Blue #AA61B5

Color information

#AA61B5 (or 0xAA61B5) is unknown color: approx Violet Blue. HEX triplet: AA, 61 and B5. RGB value is (170,97,181). Sum of RGB (Red+Green+Blue) = 170+97+181=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA61B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61B5 is #559E4A. Grayscale: #808080. Windows color (decimal): -5611083 or 11887018. OLE color: 11887018.

HSL color Cylindrical-coordinate representation of color #AA61B5: hue angle of 292.14º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA61B5 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17097181-
CMYK0.060.4600.29
HSL292.14º36.21%54.51%-
HSV(B)292.14º46.41%70.98%-
XYZ29.1920.4346.12-
YUV128.4157.68157.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 181 (71.09% from 255) = 40.40%
R=37.95%
G=21.65%
B=40.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170971810.060.4600.29292.1436.2154.51
HexAA61B562E01D1242437
Octal2521412656560354444467
Binary10101010110000110110101110101110011101100100100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA61B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA61B5; }

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

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

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

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

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

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

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

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