#A370BA

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

Shades of Purple Mountain's Majesty #A370BA

Tints of Purple Mountain's Majesty #A370BA

Color information

#A370BA (or 0xA370BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 70 and BA. RGB value is (163,112,186). Sum of RGB (Red+Green+Blue) = 163+112+186=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #A370BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370BA is #5C8F45. Grayscale: #878787. Windows color (decimal): -6065990 or 12218531. OLE color: 12218531.

HSL color Cylindrical-coordinate representation of color #A370BA: hue angle of 281.35º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A370BA is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163112186-
CMYK0.120.4000.27
HSL281.35º34.91%58.43%-
HSV(B)281.35º39.78%72.94%-
XYZ29.7622.9249.31-
YUV135.68156.4147.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 112 (44.14% from 255) = 24.30%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=35.36%
G=24.30%
B=40.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631121860.120.4000.27281.3534.9158.43
HexA370BAC2801B119233a
Octal24316027214500334314372
Binary101000111110000101110101100101000011011100011001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A370BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A370BA; }

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

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

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

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

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

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

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

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