Html Css Color HEX #A279BC Purple Mountain's Majesty

📋 copy color: '#A279BC'

red 162 ◦ green 121 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A279BC

Tints of Purple Mountain's Majesty #A279BC

RGB

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

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

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

R = 34.39%
G = 25.69%
B = 39.92%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A279BC (or 0xA279BC) is known color: Purple Mountain's Majesty. HEX triplet: A2, 79 and BC. RGB value is (162,121,188). Sum of RGB (Red+Green+Blue) = 162+121+188=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #A279BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279BC is #5D8643. Grayscale: #8C8C8C. Windows color (decimal): -6129220 or 12351906. OLE color: 12351906.

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

Color convert

RGB 162 121 188 -
CMYK 0.14 0.36 0 0.26
HSL 276.72º 0.33% 0.61% -
HSV(B) 276.72º 0.36% 0.74% -
XYZ 30.81 24.99 50.78 -
YUV 140.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 162 121 188 0.14 0.36 0 0.26 276.72 0.33 0.61
Hex A2 79 BC E 24 0 1A 115 21 3D
Octal 242 171 274 16 44 0 32 425 41 75
Binary 10100010 1111001 10111100 1110 100100 0 11010 100010101 100001 111101

Color Harmonies of #A279BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A279BC

Black with #A279BC

Text Example


Text Example

White with #A279BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A279BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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