#A37CC3

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

Shades of Purple Mountain's Majesty #A37CC3

Tints of Purple Mountain's Majesty #A37CC3

Color information

#A37CC3 (or 0xA37CC3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 7C and C3. RGB value is (163,124,195). Sum of RGB (Red+Green+Blue) = 163+124+195=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #A37CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37CC3 is #5C833C. Grayscale: #8F8F8F. Windows color (decimal): -6062909 or 12811427. OLE color: 12811427.

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

Color convert

RGB163124195-
CMYK0.160.3600.24
HSL272.96º37.17%62.55%-
HSV(B)272.96º36.41%76.47%-
XYZ32.1626.1454.98-
YUV143.76156.92141.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 124 (48.83% from 255) = 25.73%
BLUE value IS 195 (76.56% from 255) = 40.46%
R=33.82%
G=25.73%
B=40.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631241950.160.3600.24272.9637.1762.55
HexA37CC31024018111253f
Octal24317430320440304214577
Binary1010001111111001100001110000100100011000100010001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37CC3; }

 p { color: rgb(163,124,195); }

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

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

 a { background-color: rgb(163,124,195); }

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

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

 span { border-color: rgb(163,124,195); }

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