#AA61B3

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

Shades of Violet Blue #AA61B3

Tints of Violet Blue #AA61B3

Color information

#AA61B3 (or 0xAA61B3) is unknown color: approx Violet Blue. HEX triplet: AA, 61 and B3. RGB value is (170,97,179). Sum of RGB (Red+Green+Blue) = 170+97+179=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA61B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61B3 is #559E4C. Grayscale: #7F7F7F. Windows color (decimal): -5611085 or 11755946. OLE color: 11755946.

HSL color Cylindrical-coordinate representation of color #AA61B3: hue angle of 293.41º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA61B3 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17097179-
CMYK0.050.4600.30
HSL293.41º35.04%54.12%-
HSV(B)293.41º45.81%70.2%-
XYZ28.9920.3545.05-
YUV128.18156.68157.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 179 (70.31% from 255) = 40.13%
R=38.12%
G=21.75%
B=40.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170971790.050.4600.30293.4135.0454.12
HexAA61B352E01E1252336
Octal2521412635560364454366
Binary10101010110000110110011101101110011110100100101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA61B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA61B3; }

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

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

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

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

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

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

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

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