#A161A0

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

Shades of Violet Blue #A161A0

Tints of Violet Blue #A161A0

Color information

#A161A0 (or 0xA161A0) is unknown color: approx Violet Blue. HEX triplet: A1, 61 and A0. RGB value is (161,97,160). Sum of RGB (Red+Green+Blue) = 161+97+160=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A161A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A161A0 is #5E9E5F. Grayscale: #7B7B7B. Windows color (decimal): -6200928 or 10510753. OLE color: 10510753.

HSL color Cylindrical-coordinate representation of color #A161A0: hue angle of 300.94º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A161A0 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16197160-
CMYK00.400.010.37
HSL300.94º25.4%50.59%-
HSV(B)300.94º39.75%63.14%-
XYZ25.3218.6635.53-
YUV123.32148.7154.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 160 (62.89% from 255) = 38.28%
R=38.52%
G=23.21%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619716000.400.010.37300.9425.450.59
HexA161A002812512d1933
Octal2411412400501454553163
Binary101000011100001101000000101000110010110010110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A161A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A161A0; }

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

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

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

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

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

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

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

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