#A161AA

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

Shades of Violet Blue #A161AA

Tints of Violet Blue #A161AA

Color information

#A161AA (or 0xA161AA) is unknown color: approx Violet Blue. HEX triplet: A1, 61 and AA. RGB value is (161,97,170). Sum of RGB (Red+Green+Blue) = 161+97+170=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #A161AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A161AA is #5E9E55. Grayscale: #7C7C7C. Windows color (decimal): -6200918 or 11166113. OLE color: 11166113.

HSL color Cylindrical-coordinate representation of color #A161AA: hue angle of 292.6º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A161AA is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16197170-
CMYK0.050.4300.33
HSL292.6º30.04%52.35%-
HSV(B)292.6º42.94%66.67%-
XYZ26.2319.0340.32-
YUV124.46153.7154.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=37.62%
G=22.66%
B=39.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161971700.050.4300.33292.630.0452.35
HexA161AA52B0211251e34
Octal2411412525530414453664
Binary10100001110000110101010101101011010000110010010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A161AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A161AA; }

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

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

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

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

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

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

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

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