Html Css Color HEX #A079BE Purple Mountain's Majesty

📋 copy color: '#A079BE'

red 160 ◦ green 121 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A079BE

Tints of Purple Mountain's Majesty #A079BE

RGB

 RED value IS 160 (62.89% from 255) = 33.97%

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

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

R = 33.97%
G = 25.69%
B = 40.34%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A079BE (or 0xA079BE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 79 and BE. RGB value is (160,121,190). Sum of RGB (Red+Green+Blue) = 160+121+190=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #A079BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079BE is #5F8641. Grayscale: #8C8C8C. Windows color (decimal): -6260290 or 12482976. OLE color: 12482976.

HSL color Cylindrical-coordinate representation of color #A079BE: hue angle of 273.91º 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 #A079BE is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 121 190 -
CMYK 0.16 0.36 0 0.25
HSL 273.91º 0.35% 0.61% -
HSV(B) 273.91º 0.36% 0.75% -
XYZ 30.63 24.87 51.9 -
YUV 140.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 160 121 190 0.16 0.36 0 0.25 273.91 0.35 0.61
Hex A0 79 BE 10 24 0 19 112 23 3D
Octal 240 171 276 20 44 0 31 422 43 75
Binary 10100000 1111001 10111110 10000 100100 0 11001 100010010 100011 111101

Color Harmonies of #A079BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079BE

Black with #A079BE

Text Example


Text Example

White with #A079BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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