Html Css Color HEX #A276B5 Purple Mountain's Majesty

📋 copy color: '#A276B5'

red 162 ◦ green 118 ◦ blue 181

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

Shades of Purple Mountain's Majesty #A276B5

Tints of Purple Mountain's Majesty #A276B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.26%

R = 35.14%
G = 25.6%
B = 39.26%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A276B5 (or 0xA276B5) is known color: Purple Mountain's Majesty. HEX triplet: A2, 76 and B5. RGB value is (162,118,181). Sum of RGB (Red+Green+Blue) = 162+118+181=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #A276B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276B5 is #5D894A. Grayscale: #8A8A8A. Windows color (decimal): -6129995 or 11892386. OLE color: 11892386.

HSL color Cylindrical-coordinate representation of color #A276B5: hue angle of 281.9º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A276B5 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 118 181 -
CMYK 0.10 0.35 0 0.29
HSL 281.9º 0.3% 0.59% -
HSV(B) 281.9º 0.35% 0.71% -
XYZ 29.72 23.97 46.78 -
YUV 138.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 162 118 181 0.10 0.35 0 0.29 281.9 0.3 0.59
Hex A2 76 B5 A 23 0 1D 11A 1E 3B
Octal 242 166 265 12 43 0 35 432 36 73
Binary 10100010 1110110 10110101 1010 100011 0 11101 100011010 11110 111011

Color Harmonies of #A276B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A276B5

Black with #A276B5

Text Example


Text Example

White with #A276B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A276B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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