#A370BD

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

Shades of Purple Mountain's Majesty #A370BD

Tints of Purple Mountain's Majesty #A370BD

Color information

#A370BD (or 0xA370BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 70 and BD. RGB value is (163,112,189). Sum of RGB (Red+Green+Blue) = 163+112+189=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #A370BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370BD is #5C8F42. Grayscale: #878787. Windows color (decimal): -6065987 or 12415139. OLE color: 12415139.

HSL color Cylindrical-coordinate representation of color #A370BD: hue angle of 279.74º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A370BD is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163112189-
CMYK0.140.4100.26
HSL279.74º36.84%59.02%-
HSV(B)279.74º40.74%74.12%-
XYZ30.0823.0551.01-
YUV136.03157.9147.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 112 (44.14% from 255) = 24.14%
BLUE value IS 189 (74.22% from 255) = 40.73%
R=35.13%
G=24.14%
B=40.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631121890.140.4100.26279.7436.8459.02
HexA370BDE2901A118253b
Octal24316027516510324304573
Binary101000111110000101111011110101001011010100011000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A370BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A370BD; }

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

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

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

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

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

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

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

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