#A37ABD

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

Shades of Purple Mountain's Majesty #A37ABD

Tints of Purple Mountain's Majesty #A37ABD

Color information

#A37ABD (or 0xA37ABD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 7A and BD. RGB value is (163,122,189). Sum of RGB (Red+Green+Blue) = 163+122+189=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #A37ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ABD is #5C8542. Grayscale: #8D8D8D. Windows color (decimal): -6063427 or 12417699. OLE color: 12417699.

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

Color convert

RGB163122189-
CMYK0.140.3500.26
HSL276.72º33.67%60.98%-
HSV(B)276.72º35.45%74.12%-
XYZ31.2525.3851.4-
YUV141.9154.58143.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 122 (48.05% from 255) = 25.74%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=34.39%
G=25.74%
B=39.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631221890.140.3500.26276.7233.6760.98
HexA37ABDE2301A115223d
Octal24317227516430324254275
Binary101000111111010101111011110100011011010100010101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37ABD; }

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

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

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

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

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

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

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

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