#A082BC

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

Shades of Purple Mountain's Majesty #A082BC

Tints of Purple Mountain's Majesty #A082BC

Color information

#A082BC (or 0xA082BC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 82 and BC. RGB value is (160,130,188). Sum of RGB (Red+Green+Blue) = 160+130+188=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #A082BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082BC is #5F7D43. Grayscale: #919191. Windows color (decimal): -6257988 or 12354208. OLE color: 12354208.

HSL color Cylindrical-coordinate representation of color #A082BC: hue angle of 271.03º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A082BC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160130188-
CMYK0.150.3100.26
HSL271.03º30.21%62.35%-
HSV(B)271.03º30.85%73.73%-
XYZ31.5627.0751.14-
YUV145.58151.94138.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=33.47%
G=27.20%
B=39.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601301880.150.3100.26271.0330.2162.35
HexA082BCF1F01A10f1e3e
Octal24020227417370324173676
Binary10100000100000101011110011111111101101010000111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A082BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A082BC; }

 p { color: rgb(160,130,188); }

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

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

 a { background-color: rgb(160,130,188); }

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

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

 span { border-color: rgb(160,130,188); }

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