Html Css Color HEX #A279BB Purple Mountain's Majesty

📋 copy color: '#A279BB'

red 162 ◦ green 121 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A279BB

Tints of Purple Mountain's Majesty #A279BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.79%

R = 34.47%
G = 25.74%
B = 39.79%

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

#A279BB (or 0xA279BB) is known color: Purple Mountain's Majesty. HEX triplet: A2, 79 and BB. RGB value is (162,121,187). Sum of RGB (Red+Green+Blue) = 162+121+187=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #A279BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279BB is #5D8644. Grayscale: #8C8C8C. Windows color (decimal): -6129221 or 12286370. OLE color: 12286370.

HSL color Cylindrical-coordinate representation of color #A279BB: hue angle of 277.27º degrees, saturation: 0.33, 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 #A279BB is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 121 187 -
CMYK 0.13 0.35 0 0.27
HSL 277.27º 0.33% 0.6% -
HSV(B) 277.27º 0.35% 0.73% -
XYZ 30.71 24.94 50.21 -
YUV 140.78 154.08 143.13 -
System Red Green Blue C M Y K H S L
Decimal 162 121 187 0.13 0.35 0 0.27 277.27 0.33 0.6
Hex A2 79 BB D 23 0 1B 115 21 3C
Octal 242 171 273 15 43 0 33 425 41 74
Binary 10100010 1111001 10111011 1101 100011 0 11011 100010101 100001 111100

Color Harmonies of #A279BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A279BB

Black with #A279BB

Text Example


Text Example

White with #A279BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A279BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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