Html Css Color HEX #A276BC Purple Mountain's Majesty

📋 copy color: '#A276BC'

red 162 ◦ green 118 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A276BC

Tints of Purple Mountain's Majesty #A276BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 34.62%
G = 25.21%
B = 40.17%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A276BC (or 0xA276BC) is known color: Purple Mountain's Majesty. HEX triplet: A2, 76 and BC. RGB value is (162,118,188). Sum of RGB (Red+Green+Blue) = 162+118+188=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #A276BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276BC is #5D8943. Grayscale: #8A8A8A. Windows color (decimal): -6129988 or 12351138. OLE color: 12351138.

HSL color Cylindrical-coordinate representation of color #A276BC: hue angle of 277.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A276BC is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 118 188 -
CMYK 0.14 0.37 0 0.26
HSL 277.71º 0.34% 0.6% -
HSV(B) 277.71º 0.37% 0.74% -
XYZ 30.46 24.27 50.66 -
YUV 139.14 155.58 144.31 -
System Red Green Blue C M Y K H S L
Decimal 162 118 188 0.14 0.37 0 0.26 277.71 0.34 0.6
Hex A2 76 BC E 25 0 1A 116 22 3C
Octal 242 166 274 16 45 0 32 426 42 74
Binary 10100010 1110110 10111100 1110 100101 0 11010 100010110 100010 111100

Color Harmonies of #A276BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A276BC

Black with #A276BC

Text Example


Text Example

White with #A276BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A276BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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