#A170BE

Color #A170BE Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A170BE

Tints of Purple Mountain's Majesty #A170BE

Color information

#A170BE (or 0xA170BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 70 and BE. RGB value is (161,112,190). Sum of RGB (Red+Green+Blue) = 161+112+190=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #A170BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170BE is #5E8F41. Grayscale: #878787. Windows color (decimal): -6197058 or 12480673. OLE color: 12480673.

HSL color Cylindrical-coordinate representation of color #A170BE: hue angle of 277.69º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A170BE is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161112190-
CMYK0.150.4100.25
HSL277.69º37.5%59.22%-
HSV(B)277.69º41.05%74.51%-
XYZ29.7922.8851.56-
YUV135.54158.73146.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=34.77%
G=24.19%
B=41.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611121900.150.4100.25277.6937.559.22
HexA170BEF29019116263b
Octal24116027617510314264673
Binary101000011110000101111101111101001011001100010110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A170BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A170BE; }

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

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

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

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

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

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

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

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