Html Css Color HEX #A276BE Purple Mountain's Majesty

📋 copy color: '#A276BE'

red 162 ◦ green 118 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A276BE

Tints of Purple Mountain's Majesty #A276BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 34.47%
G = 25.11%
B = 40.43%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A276BE (or 0xA276BE) is known color: Purple Mountain's Majesty. HEX triplet: A2, 76 and BE. RGB value is (162,118,190). Sum of RGB (Red+Green+Blue) = 162+118+190=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #A276BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276BE is #5D8941. Grayscale: #8B8B8B. Windows color (decimal): -6129986 or 12482210. OLE color: 12482210.

HSL color Cylindrical-coordinate representation of color #A276BE: hue angle of 276.67º 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 #A276BE is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 118 190 -
CMYK 0.15 0.38 0 0.25
HSL 276.67º 0.36% 0.6% -
HSV(B) 276.67º 0.38% 0.75% -
XYZ 30.67 24.36 51.8 -
YUV 139.36 156.58 144.15 -
System Red Green Blue C M Y K H S L
Decimal 162 118 190 0.15 0.38 0 0.25 276.67 0.36 0.6
Hex A2 76 BE F 26 0 19 115 24 3C
Octal 242 166 276 17 46 0 31 425 44 74
Binary 10100010 1110110 10111110 1111 100110 0 11001 100010101 100100 111100

Color Harmonies of #A276BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A276BE

Black with #A276BE

Text Example


Text Example

White with #A276BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A276BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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