#A37AC5

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

Shades of Purple Mountain's Majesty #A37AC5

Tints of Purple Mountain's Majesty #A37AC5

Color information

#A37AC5 (or 0xA37AC5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 7A and C5. RGB value is (163,122,197). Sum of RGB (Red+Green+Blue) = 163+122+197=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #A37AC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37AC5 is #5C853A. Grayscale: #8E8E8E. Windows color (decimal): -6063419 or 12941987. OLE color: 12941987.

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

Color convert

RGB163122197-
CMYK0.170.3800.23
HSL272.8º39.27%62.55%-
HSV(B)272.8º38.07%77.25%-
XYZ32.1425.7456.1-
YUV142.81158.58142.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 197 (77.34% from 255) = 40.87%
R=33.82%
G=25.31%
B=40.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631221970.170.3800.23272.839.2762.55
HexA37AC51126017111273f
Octal24317230521460274214777
Binary1010001111110101100010110001100110010111100010001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37AC5; }

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

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

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

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

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

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

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

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