#A07CBE

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

Shades of Purple Mountain's Majesty #A07CBE

Tints of Purple Mountain's Majesty #A07CBE

Color information

#A07CBE (or 0xA07CBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7C and BE. RGB value is (160,124,190). Sum of RGB (Red+Green+Blue) = 160+124+190=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #A07CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CBE is #5F8341. Grayscale: #8E8E8E. Windows color (decimal): -6259522 or 12483744. OLE color: 12483744.

HSL color Cylindrical-coordinate representation of color #A07CBE: hue angle of 272.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A07CBE is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160124190-
CMYK0.160.3500.25
HSL272.73º33.67%61.57%-
HSV(B)272.73º34.74%74.51%-
XYZ3125.6152.02-
YUV142.29154.93140.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 124 (48.83% from 255) = 26.16%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=33.76%
G=26.16%
B=40.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601241900.160.3500.25272.7333.6761.57
HexA07CBE1023019111223e
Octal24017427620430314214276
Binary1010000011111001011111010000100011011001100010001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07CBE; }

 p { color: rgb(160,124,190); }

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

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

 a { background-color: rgb(160,124,190); }

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

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

 span { border-color: rgb(160,124,190); }

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