#A170A6

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

Shades of Violet Blue #A170A6

Tints of Violet Blue #A170A6

Color information

#A170A6 (or 0xA170A6) is unknown color: approx Violet Blue. HEX triplet: A1, 70 and A6. RGB value is (161,112,166). Sum of RGB (Red+Green+Blue) = 161+112+166=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 166 - color contains mainly: blue. Hex color #A170A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A170A6 is #5E8F59. Grayscale: #848484. Windows color (decimal): -6197082 or 10907809. OLE color: 10907809.

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

Color convert

RGB161112166-
CMYK0.030.3300.35
HSL294.44º23.28%54.51%-
HSV(B)294.44º32.53%65.1%-
XYZ27.3821.9238.86-
YUV132.81146.73148.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.67%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 166 (65.23% from 255) = 37.81%
R=36.67%
G=25.51%
B=37.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611121660.030.3300.35294.4423.2854.51
HexA170A63210231261737
Octal2411602463410434462767
Binary1010000111100001010011011100001010001110010011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A170A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A170A6; }

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

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

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

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

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

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

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

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