Html Css Color HEX #A279BE Purple Mountain's Majesty

📋 copy color: '#A279BE'

red 162 ◦ green 121 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A279BE

Tints of Purple Mountain's Majesty #A279BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.17%

R = 34.25%
G = 25.58%
B = 40.17%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A279BE (or 0xA279BE) is known color: Purple Mountain's Majesty. HEX triplet: A2, 79 and BE. RGB value is (162,121,190). Sum of RGB (Red+Green+Blue) = 162+121+190=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #A279BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279BE is #5D8641. Grayscale: #8C8C8C. Windows color (decimal): -6129218 or 12482978. OLE color: 12482978.

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

Color convert

RGB 162 121 190 -
CMYK 0.15 0.36 0 0.25
HSL 275.65º 0.35% 0.61% -
HSV(B) 275.65º 0.36% 0.75% -
XYZ 31.03 25.07 51.92 -
YUV 141.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 162 121 190 0.15 0.36 0 0.25 275.65 0.35 0.61
Hex A2 79 BE F 24 0 19 114 23 3D
Octal 242 171 276 17 44 0 31 424 43 75
Binary 10100010 1111001 10111110 1111 100100 0 11001 100010100 100011 111101

Color Harmonies of #A279BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A279BE

Black with #A279BE

Text Example


Text Example

White with #A279BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A279BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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