#A170AA

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

Shades of Violet Blue #A170AA

Tints of Violet Blue #A170AA

Color information

#A170AA (or 0xA170AA) is unknown color: approx Violet Blue. HEX triplet: A1, 70 and AA. RGB value is (161,112,170). Sum of RGB (Red+Green+Blue) = 161+112+170=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #A170AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A170AA is #5E8F55. Grayscale: #858585. Windows color (decimal): -6197078 or 11169953. OLE color: 11169953.

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

Color convert

RGB161112170-
CMYK0.050.3400.33
HSL290.69º25.44%55.29%-
HSV(B)290.69º34.12%66.67%-
XYZ27.7522.0740.83-
YUV133.26148.73147.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=36.34%
G=25.28%
B=38.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611121700.050.3400.33290.6925.4455.29
HexA170AA5220211231937
Octal2411602525420414433167
Binary10100001111000010101010101100010010000110010001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A170AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A170AA; }

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

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

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

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

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

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

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

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