#A37BBC

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

Shades of Purple Mountain's Majesty #A37BBC

Tints of Purple Mountain's Majesty #A37BBC

Color information

#A37BBC (or 0xA37BBC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 7B and BC. RGB value is (163,123,188). Sum of RGB (Red+Green+Blue) = 163+123+188=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #A37BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37BBC is #5C8443. Grayscale: #8E8E8E. Windows color (decimal): -6063172 or 12352419. OLE color: 12352419.

HSL color Cylindrical-coordinate representation of color #A37BBC: hue angle of 276.92º 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 #A37BBC is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163123188-
CMYK0.130.3500.26
HSL276.92º32.66%60.98%-
HSV(B)276.92º34.57%73.73%-
XYZ31.2625.5850.87-
YUV142.37153.75142.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 123 (48.44% from 255) = 25.95%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=34.39%
G=25.95%
B=39.66%

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
Decimal1631231880.130.3500.26276.9232.6660.98
HexA37BBCD2301A115213d
Octal24317327415430324254175
Binary101000111111011101111001101100011011010100010101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37BBC; }

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

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

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

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

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

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

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

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