Html Css Color HEX #A376B8 Purple Mountain's Majesty

📋 copy color: '#A376B8'

red 163 ◦ green 118 ◦ blue 184

#A376B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #A376B8

Tints of Purple Mountain's Majesty #A376B8

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 value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A376B8 (or 0xA376B8) is known color: 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

RGB 163 118 184 -
CMYK 0.11 0.36 0 0.28
HSL 280.91º 0.32% 0.59% -
HSV(B) 280.91º 0.36% 0.72% -
XYZ 30.23 24.2 48.43 -
YUV 138.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 163 118 184 0.11 0.36 0 0.28 280.91 0.32 0.59
Hex A3 76 B8 B 24 0 1C 119 20 3B
Octal 243 166 270 13 44 0 34 431 40 73
Binary 10100011 1110110 10111000 1011 100100 0 11100 100011001 100000 111011

Color Harmonies of #A376B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A376B8

Black with #A376B8

Text Example


Text Example

White with #A376B8

Text Example


Text Example

HTML Codes & Css Web 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>