Html Css Color HEX #A376BE Purple Mountain's Majesty

📋 copy color: '#A376BE'

red 163 ◦ green 118 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A376BE

Tints of Purple Mountain's Majesty #A376BE

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

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

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

RGB 163 118 190 -
CMYK 0.14 0.38 0 0.25
HSL 277.5º 0.36% 0.6% -
HSV(B) 277.5º 0.38% 0.75% -
XYZ 30.88 24.46 51.81 -
YUV 139.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 163 118 190 0.14 0.38 0 0.25 277.5 0.36 0.6
Hex A3 76 BE E 26 0 19 116 24 3C
Octal 243 166 276 16 46 0 31 426 44 74
Binary 10100011 1110110 10111110 1110 100110 0 11001 100010110 100100 111100

Color Harmonies of #A376BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A376BE

Black with #A376BE

Text Example


Text Example

White with #A376BE

Text Example


Text Example

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