#A07CC2

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

Shades of Purple Mountain's Majesty #A07CC2

Tints of Purple Mountain's Majesty #A07CC2

Color information

#A07CC2 (or 0xA07CC2) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7C and C2. RGB value is (160,124,194). Sum of RGB (Red+Green+Blue) = 160+124+194=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 194 - color contains mainly: blue. Hex color #A07CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CC2 is #5F833D. Grayscale: #8E8E8E. Windows color (decimal): -6259518 or 12745888. OLE color: 12745888.

HSL color Cylindrical-coordinate representation of color #A07CC2: hue angle of 270.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A07CC2 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160124194-
CMYK0.180.3600.24
HSL270.86º36.46%62.35%-
HSV(B)270.86º36.08%76.08%-
XYZ31.4425.7854.36-
YUV142.74156.93140.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 124 (48.83% from 255) = 25.94%
BLUE value IS 194 (76.17% from 255) = 40.59%
R=33.47%
G=25.94%
B=40.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601241940.180.3600.24270.8636.4662.35
HexA07CC2122401810f243e
Octal24017430222440304174476
Binary1010000011111001100001010010100100011000100001111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07CC2; }

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

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

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

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

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

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

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

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