#A376B8

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

Shades of Purple Mountain's Majesty #A376B8

Tints of Purple Mountain's Majesty #A376B8

Color information

#A376B8 (or 0xA376B8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 76 and B8. RGB value is (163,118,184). Sum of RGB (Red+Green+Blue) = 163+118+184=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 184 - color contains mainly: blue. Hex color #A376B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376B8 is #5C8947. Grayscale: #8A8A8A. Windows color (decimal): -6064456 or 12088995. OLE color: 12088995.

HSL color Cylindrical-coordinate representation of color #A376B8: hue angle of 280.91º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A376B8 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB163118184-
CMYK0.110.3600.28
HSL280.91º31.73%59.22%-
HSV(B)280.91º35.87%72.16%-
XYZ30.2324.248.43-
YUV138.98153.41145.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 118 (46.48% from 255) = 25.38%
BLUE value IS 184 (72.27% from 255) = 39.57%
R=35.05%
G=25.38%
B=39.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631181840.110.3600.28280.9131.7359.22
HexA376B8B2401C119203b
Octal24316627013440344314073
Binary101000111110110101110001011100100011100100011001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A376B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A376B8; }

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

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

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

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

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

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

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

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