#a071bd

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

Shades of Purple Mountain's Majesty #A071BD

Tints of Purple Mountain's Majesty #A071BD

Color information

#A071BD (or 0xA071BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 71 and BD. RGB value is (160,113,189). Sum of RGB (Red+Green+Blue) = 160+113+189=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #A071BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071BD is #5F8E42. Grayscale: #878787. Windows color (decimal): -6262339 or 12415392. OLE color: 12415392.

HSL color Cylindrical-coordinate representation of color #A071BD: hue angle of 277.11º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A071BD is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160113189-
CMYK0.150.4000.26
HSL277.11º36.54%59.22%-
HSV(B)277.11º40.21%74.12%-
XYZ29.5922.9651.02-
YUV135.72158.07145.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 113 (44.53% from 255) = 24.46%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=34.63%
G=24.46%
B=40.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601131890.150.4000.26277.1136.5459.22
HexA071BDF2801A115253b
Octal24016127517500324254573
Binary101000001110001101111011111101000011010100010101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a071bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a071bd; }

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

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

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

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

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

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

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

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