#A37BC1

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

Shades of Purple Mountain's Majesty #A37BC1

Tints of Purple Mountain's Majesty #A37BC1

Color information

#A37BC1 (or 0xA37BC1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 7B and C1. RGB value is (163,123,193). Sum of RGB (Red+Green+Blue) = 163+123+193=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #A37BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37BC1 is #5C843E. Grayscale: #8E8E8E. Windows color (decimal): -6063167 or 12680099. OLE color: 12680099.

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

Color convert

RGB163123193-
CMYK0.160.3600.24
HSL274.29º36.08%61.96%-
HSV(B)274.29º36.27%75.69%-
XYZ31.8125.853.76-
YUV142.94156.25142.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 123 (48.44% from 255) = 25.68%
BLUE value IS 193 (75.78% from 255) = 40.29%
R=34.03%
G=25.68%
B=40.29%

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
Decimal1631231930.160.3600.24274.2936.0861.96
HexA37BC11024018112243e
Octal24317330120440304224476
Binary1010001111110111100000110000100100011000100010010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37BC1; }

 p { color: rgb(163,123,193); }

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

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

 a { background-color: rgb(163,123,193); }

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

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

 span { border-color: rgb(163,123,193); }

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