Html Css Color HEX #A279BA Purple Mountain's Majesty

📋 copy color: '#A279BA'

red 162 ◦ green 121 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A279BA

Tints of Purple Mountain's Majesty #A279BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.8%

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 34.54%
G = 25.8%
B = 39.66%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A279BA (or 0xA279BA) is known color: Purple Mountain's Majesty. HEX triplet: A2, 79 and BA. RGB value is (162,121,186). Sum of RGB (Red+Green+Blue) = 162+121+186=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #A279BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279BA is #5D8645. Grayscale: #8C8C8C. Windows color (decimal): -6129222 or 12220834. OLE color: 12220834.

HSL color Cylindrical-coordinate representation of color #A279BA: hue angle of 277.85º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A279BA is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 121 186 -
CMYK 0.13 0.35 0 0.27
HSL 277.85º 0.32% 0.6% -
HSV(B) 277.85º 0.35% 0.73% -
XYZ 30.6 24.9 49.65 -
YUV 140.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 162 121 186 0.13 0.35 0 0.27 277.85 0.32 0.6
Hex A2 79 BA D 23 0 1B 116 20 3C
Octal 242 171 272 15 43 0 33 426 40 74
Binary 10100010 1111001 10111010 1101 100011 0 11011 100010110 100000 111100

Color Harmonies of #A279BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A279BA

Black with #A279BA

Text Example


Text Example

White with #A279BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A279BA; }

 p { color: rgb(162,121,186); }

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

background-color css

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

 a { background-color: rgb(162,121,186); }

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

border-color css

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

 span { border-color: rgb(162,121,186); }

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