#A161A7

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

Shades of Violet Blue #A161A7

Tints of Violet Blue #A161A7

Color information

#A161A7 (or 0xA161A7) is unknown color: approx Violet Blue. HEX triplet: A1, 61 and A7. RGB value is (161,97,167). Sum of RGB (Red+Green+Blue) = 161+97+167=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 167 - color contains mainly: blue. Hex color #A161A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A161A7 is #5E9E58. Grayscale: #7B7B7B. Windows color (decimal): -6200921 or 10969505. OLE color: 10969505.

HSL color Cylindrical-coordinate representation of color #A161A7: hue angle of 294.86º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A161A7 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16197167-
CMYK0.040.4200.35
HSL294.86º28.46%51.76%-
HSV(B)294.86º41.92%65.49%-
XYZ25.9518.9238.84-
YUV124.12152.2154.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 167 (65.62% from 255) = 39.29%
R=37.88%
G=22.82%
B=39.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161971670.040.4200.35294.8628.4651.76
HexA161A742A0231271c34
Octal2411412474520434473464
Binary10100001110000110100111100101010010001110010011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A161A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A161A7; }

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

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

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

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

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

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

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

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