#A07DC0

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

Shades of Purple Mountain's Majesty #A07DC0

Tints of Purple Mountain's Majesty #A07DC0

Color information

#A07DC0 (or 0xA07DC0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7D and C0. RGB value is (160,125,192). Sum of RGB (Red+Green+Blue) = 160+125+192=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #A07DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DC0 is #5F823F. Grayscale: #8E8E8E. Windows color (decimal): -6259264 or 12615072. OLE color: 12615072.

HSL color Cylindrical-coordinate representation of color #A07DC0: hue angle of 271.34º degrees, saturation: 0.35, 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 #A07DC0 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160125192-
CMYK0.170.3500.25
HSL271.34º34.72%62.16%-
HSV(B)271.34º34.9%75.29%-
XYZ31.3525.9553.23-
YUV143.1155.6140.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 192 (75.39% from 255) = 40.25%
R=33.54%
G=26.21%
B=40.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601251920.170.3500.25271.3434.7262.16
HexA07DC0112301910f233e
Octal24017530021430314174376
Binary1010000011111011100000010001100011011001100001111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07DC0; }

 p { color: rgb(160,125,192); }

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

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

 a { background-color: rgb(160,125,192); }

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

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

 span { border-color: rgb(160,125,192); }

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