#A172A6

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

Shades of Violet Blue #A172A6

Tints of Violet Blue #A172A6

Color information

#A172A6 (or 0xA172A6) is unknown color: approx Violet Blue. HEX triplet: A1, 72 and A6. RGB value is (161,114,166). Sum of RGB (Red+Green+Blue) = 161+114+166=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 166 - color contains mainly: blue. Hex color #A172A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A172A6 is #5E8D59. Grayscale: #858585. Windows color (decimal): -6196570 or 10908321. OLE color: 10908321.

HSL color Cylindrical-coordinate representation of color #A172A6: hue angle of 294.23º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A172A6 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB161114166-
CMYK0.030.3100.35
HSL294.23º22.61%54.9%-
HSV(B)294.23º31.33%65.1%-
XYZ27.622.3638.94-
YUV133.98146.07147.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 166 (65.23% from 255) = 37.64%
R=36.51%
G=25.85%
B=37.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611141660.030.3100.35294.2322.6154.9
HexA172A631F0231261737
Octal2411622463370434462767
Binary101000011110010101001101111111010001110010011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A172A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A172A6; }

 p { color: rgb(161,114,166); }

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

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

 a { background-color: rgb(161,114,166); }

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

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

 span { border-color: rgb(161,114,166); }

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