#a37ac1

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

Shades of Purple Mountain's Majesty #A37AC1

Tints of Purple Mountain's Majesty #A37AC1

Color information

#A37AC1 (or 0xA37AC1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 7A and C1. RGB value is (163,122,193). Sum of RGB (Red+Green+Blue) = 163+122+193=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #A37AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37AC1 is #5C853E. Grayscale: #8E8E8E. Windows color (decimal): -6063423 or 12679843. OLE color: 12679843.

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

Color convert

RGB163122193-
CMYK0.160.3700.24
HSL274.65º36.41%61.76%-
HSV(B)274.65º36.79%75.69%-
XYZ31.6925.5653.71-
YUV142.35156.58142.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=34.10%
G=25.52%
B=40.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631221930.160.3700.24274.6536.4161.76
HexA37AC11025018113243e
Octal24317230120450304234476
Binary1010001111110101100000110000100101011000100010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a37ac1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a37ac1; }

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

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

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

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

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

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

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

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