#A071BB

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

Shades of Purple Mountain's Majesty #A071BB

Tints of Purple Mountain's Majesty #A071BB

Color information

#A071BB (or 0xA071BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 71 and BB. RGB value is (160,113,187). Sum of RGB (Red+Green+Blue) = 160+113+187=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #A071BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071BB is #5F8E44. Grayscale: #878787. Windows color (decimal): -6262341 or 12284320. OLE color: 12284320.

HSL color Cylindrical-coordinate representation of color #A071BB: hue angle of 278.11º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A071BB is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160113187-
CMYK0.140.4000.27
HSL278.11º35.24%58.82%-
HSV(B)278.11º39.57%73.33%-
XYZ29.3722.8749.88-
YUV135.49157.07145.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 113 (44.53% from 255) = 24.57%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=34.78%
G=24.57%
B=40.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601131870.140.4000.27278.1135.2458.82
HexA071BBE2801B116233b
Octal24016127316500334264373
Binary101000001110001101110111110101000011011100010110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A071BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A071BB; }

 p { color: rgb(160,113,187); }

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

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

 a { background-color: rgb(160,113,187); }

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

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

 span { border-color: rgb(160,113,187); }

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