Html Css Color HEX #A279BD Purple Mountain's Majesty

📋 copy color: '#A279BD'

red 162 ◦ green 121 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A279BD

Tints of Purple Mountain's Majesty #A279BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 34.32%
G = 25.64%
B = 40.04%

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

#A279BD (or 0xA279BD) is known color: Purple Mountain's Majesty. HEX triplet: A2, 79 and BD. RGB value is (162,121,189). Sum of RGB (Red+Green+Blue) = 162+121+189=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #A279BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279BD is #5D8642. Grayscale: #8C8C8C. Windows color (decimal): -6129219 or 12417442. OLE color: 12417442.

HSL color Cylindrical-coordinate representation of color #A279BD: hue angle of 276.18º degrees, saturation: 0.34, 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 #A279BD is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 121 189 -
CMYK 0.14 0.36 0 0.26
HSL 276.18º 0.34% 0.61% -
HSV(B) 276.18º 0.36% 0.74% -
XYZ 30.92 25.03 51.35 -
YUV 141.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 162 121 189 0.14 0.36 0 0.26 276.18 0.34 0.61
Hex A2 79 BD E 24 0 1A 114 22 3D
Octal 242 171 275 16 44 0 32 424 42 75
Binary 10100010 1111001 10111101 1110 100100 0 11010 100010100 100010 111101

Color Harmonies of #A279BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A279BD

Black with #A279BD

Text Example


Text Example

White with #A279BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A279BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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