Html Css Color HEX #A279BF Purple Mountain's Majesty

📋 copy color: '#A279BF'

red 162 ◦ green 121 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A279BF

Tints of Purple Mountain's Majesty #A279BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.3%

R = 34.18%
G = 25.53%
B = 40.3%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A279BF (or 0xA279BF) is known color: Purple Mountain's Majesty. HEX triplet: A2, 79 and BF. RGB value is (162,121,191). Sum of RGB (Red+Green+Blue) = 162+121+191=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #A279BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279BF is #5D8640. Grayscale: #8D8D8D. Windows color (decimal): -6129217 or 12548514. OLE color: 12548514.

HSL color Cylindrical-coordinate representation of color #A279BF: hue angle of 275.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A279BF is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 121 191 -
CMYK 0.15 0.37 0 0.25
HSL 275.14º 0.35% 0.61% -
HSV(B) 275.14º 0.37% 0.75% -
XYZ 31.14 25.12 52.5 -
YUV 141.24 156.08 142.81 -
System Red Green Blue C M Y K H S L
Decimal 162 121 191 0.15 0.37 0 0.25 275.14 0.35 0.61
Hex A2 79 BF F 25 0 19 113 23 3D
Octal 242 171 277 17 45 0 31 423 43 75
Binary 10100010 1111001 10111111 1111 100101 0 11001 100010011 100011 111101

Color Harmonies of #A279BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A279BF

Black with #A279BF

Text Example


Text Example

White with #A279BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A279BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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