#A07CC1

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

Shades of Purple Mountain's Majesty #A07CC1

Tints of Purple Mountain's Majesty #A07CC1

Color information

#A07CC1 (or 0xA07CC1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7C and C1. RGB value is (160,124,193). Sum of RGB (Red+Green+Blue) = 160+124+193=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #A07CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CC1 is #5F833E. Grayscale: #8E8E8E. Windows color (decimal): -6259519 or 12680352. OLE color: 12680352.

HSL color Cylindrical-coordinate representation of color #A07CC1: hue angle of 271.3º 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 #A07CC1 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160124193-
CMYK0.170.3600.24
HSL271.3º35.75%62.16%-
HSV(B)271.3º35.75%75.69%-
XYZ31.3325.7453.77-
YUV142.63156.43140.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 124 (48.83% from 255) = 26.00%
BLUE value IS 193 (75.78% from 255) = 40.46%
R=33.54%
G=26.00%
B=40.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601241930.170.3600.24271.335.7562.16
HexA07CC1112401810f243e
Octal24017430121440304174476
Binary1010000011111001100000110001100100011000100001111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07CC1; }

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

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

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

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

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

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

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

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