Html Css Color HEX #A376B9 Purple Mountain's Majesty

📋 copy color: '#A376B9'

red 163 ◦ green 118 ◦ blue 185

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

Shades of Purple Mountain's Majesty #A376B9

Tints of Purple Mountain's Majesty #A376B9

RGB

 RED value IS 163 (64.06% from 255) = 34.98%

 GREEN value IS 118 (46.48% from 255) = 25.32%

 BLUE value IS 185 (72.66% from 255) = 39.7%

R = 34.98%
G = 25.32%
B = 39.7%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A376B9 (or 0xA376B9) is known color: Purple Mountain's Majesty. HEX triplet: A3, 76 and B9. RGB value is (163,118,185). Sum of RGB (Red+Green+Blue) = 163+118+185=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #A376B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376B9 is #5C8946. Grayscale: #8A8A8A. Windows color (decimal): -6064455 or 12154531. OLE color: 12154531.

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

Color convert

RGB 163 118 185 -
CMYK 0.12 0.36 0 0.27
HSL 280.3º 0.32% 0.59% -
HSV(B) 280.3º 0.36% 0.73% -
XYZ 30.34 24.25 48.98 -
YUV 139.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 163 118 185 0.12 0.36 0 0.27 280.3 0.32 0.59
Hex A3 76 B9 C 24 0 1B 118 20 3B
Octal 243 166 271 14 44 0 33 430 40 73
Binary 10100011 1110110 10111001 1100 100100 0 11011 100011000 100000 111011

Color Harmonies of #A376B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A376B9

Black with #A376B9

Text Example


Text Example

White with #A376B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A376B9; }

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

 H1.HeaderClassName
 {
   color: #A376B9;
 }
 .AnyTagClassName
 {
   color: #A376B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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