#A373BB

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

Shades of Purple Mountain's Majesty #A373BB

Tints of Purple Mountain's Majesty #A373BB

Color information

#A373BB (or 0xA373BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 73 and BB. RGB value is (163,115,187). Sum of RGB (Red+Green+Blue) = 163+115+187=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #A373BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A373BB is #5C8C44. Grayscale: #898989. Windows color (decimal): -6065221 or 12284835. OLE color: 12284835.

HSL color Cylindrical-coordinate representation of color #A373BB: hue angle of 280º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A373BB is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163115187-
CMYK0.130.3900.27
HSL280º34.62%59.22%-
HSV(B)280º38.5%73.33%-
XYZ30.223.6449.98-
YUV137.56155.9146.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 115 (45.31% from 255) = 24.73%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=35.05%
G=24.73%
B=40.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631151870.130.3900.2728034.6259.22
HexA373BBD2701B118233b
Octal24316327315470334304373
Binary101000111110011101110111101100111011011100011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A373BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A373BB; }

 p { color: rgb(163,115,187); }

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

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

 a { background-color: rgb(163,115,187); }

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

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

 span { border-color: rgb(163,115,187); }

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