Html Css Color HEX #A276B9 Purple Mountain's Majesty

📋 copy color: '#A276B9'

red 162 ◦ green 118 ◦ blue 185

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

Shades of Purple Mountain's Majesty #A276B9

Tints of Purple Mountain's Majesty #A276B9

RGB

 RED value IS 162 (63.67% from 255) = 34.84%

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

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

R = 34.84%
G = 25.38%
B = 39.78%

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

#A276B9 (or 0xA276B9) is known color: Purple Mountain's Majesty. HEX triplet: A2, 76 and B9. RGB value is (162,118,185). Sum of RGB (Red+Green+Blue) = 162+118+185=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 185 - color contains mainly: blue. Hex color #A276B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276B9 is #5D8946. Grayscale: #8A8A8A. Windows color (decimal): -6129991 or 12154530. OLE color: 12154530.

HSL color Cylindrical-coordinate representation of color #A276B9: hue angle of 279.4º 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 #A276B9 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 118 185 -
CMYK 0.12 0.36 0 0.27
HSL 279.4º 0.32% 0.59% -
HSV(B) 279.4º 0.36% 0.73% -
XYZ 30.14 24.14 48.97 -
YUV 138.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 162 118 185 0.12 0.36 0 0.27 279.4 0.32 0.59
Hex A2 76 B9 C 24 0 1B 117 20 3B
Octal 242 166 271 14 44 0 33 427 40 73
Binary 10100010 1110110 10111001 1100 100100 0 11011 100010111 100000 111011

Color Harmonies of #A276B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A276B9

Black with #A276B9

Text Example


Text Example

White with #A276B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A276B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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