#A37CC4

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

Shades of Purple Mountain's Majesty #A37CC4

Tints of Purple Mountain's Majesty #A37CC4

Color information

#A37CC4 (or 0xA37CC4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 7C and C4. RGB value is (163,124,196). Sum of RGB (Red+Green+Blue) = 163+124+196=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #A37CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37CC4 is #5C833B. Grayscale: #8F8F8F. Windows color (decimal): -6062908 or 12876963. OLE color: 12876963.

HSL color Cylindrical-coordinate representation of color #A37CC4: hue angle of 272.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A37CC4 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB163124196-
CMYK0.170.3700.23
HSL272.5º37.89%62.75%-
HSV(B)272.5º36.73%76.86%-
XYZ32.2826.1955.58-
YUV143.87157.42141.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.75%
GREEN value IS 124 (48.83% from 255) = 25.67%
BLUE value IS 196 (76.95% from 255) = 40.58%
R=33.75%
G=25.67%
B=40.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631241960.170.3700.23272.537.8962.75
HexA37CC41125017110263f
Octal24317430421450274204677
Binary1010001111111001100010010001100101010111100010000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37CC4; }

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

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

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

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

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

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

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

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