#A376BE

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

Shades of Purple Mountain's Majesty #A376BE

Tints of Purple Mountain's Majesty #A376BE

Color information

#A376BE (or 0xA376BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 76 and BE. RGB value is (163,118,190). Sum of RGB (Red+Green+Blue) = 163+118+190=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #A376BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376BE is #5C8941. Grayscale: #8B8B8B. Windows color (decimal): -6064450 or 12482211. OLE color: 12482211.

HSL color Cylindrical-coordinate representation of color #A376BE: hue angle of 277.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A376BE is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163118190-
CMYK0.140.3800.25
HSL277.5º35.64%60.39%-
HSV(B)277.5º37.89%74.51%-
XYZ30.8824.4651.81-
YUV139.66156.41144.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.61%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=34.61%
G=25.05%
B=40.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631181900.140.3800.25277.535.6460.39
HexA376BEE26019116243c
Octal24316627616460314264474
Binary101000111110110101111101110100110011001100010110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A376BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A376BE; }

 p { color: rgb(163,118,190); }

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

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

 a { background-color: rgb(163,118,190); }

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

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

 span { border-color: rgb(163,118,190); }

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