#A37ABC

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

Shades of Purple Mountain's Majesty #A37ABC

Tints of Purple Mountain's Majesty #A37ABC

Color information

#A37ABC (or 0xA37ABC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 7A and BC. RGB value is (163,122,188). Sum of RGB (Red+Green+Blue) = 163+122+188=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #A37ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ABC is #5C8543. Grayscale: #8D8D8D. Windows color (decimal): -6063428 or 12352163. OLE color: 12352163.

HSL color Cylindrical-coordinate representation of color #A37ABC: hue angle of 277.27º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A37ABC is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163122188-
CMYK0.130.3500.26
HSL277.27º33%60.78%-
HSV(B)277.27º35.11%73.73%-
XYZ31.1425.3450.83-
YUV141.78154.08143.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=34.46%
G=25.79%
B=39.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631221880.130.3500.26277.273360.78
HexA37ABCD2301A115213d
Octal24317227415430324254175
Binary101000111111010101111001101100011011010100010101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37ABC; }

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

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

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

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

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

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

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

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