Html Css Color HEX #A079BA Purple Mountain's Majesty

📋 copy color: '#A079BA'

red 160 ◦ green 121 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A079BA

Tints of Purple Mountain's Majesty #A079BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 34.26%
G = 25.91%
B = 39.83%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A079BA (or 0xA079BA) is known color: Purple Mountain's Majesty. HEX triplet: A0, 79 and BA. RGB value is (160,121,186). Sum of RGB (Red+Green+Blue) = 160+121+186=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #A079BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079BA is #5F8645. Grayscale: #8B8B8B. Windows color (decimal): -6260294 or 12220832. OLE color: 12220832.

HSL color Cylindrical-coordinate representation of color #A079BA: hue angle of 276º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A079BA is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 121 186 -
CMYK 0.14 0.35 0 0.27
HSL 276º 0.32% 0.6% -
HSV(B) 276º 0.35% 0.73% -
XYZ 30.2 24.69 49.63 -
YUV 140.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 160 121 186 0.14 0.35 0 0.27 276 0.32 0.6
Hex A0 79 BA E 23 0 1B 114 20 3C
Octal 240 171 272 16 43 0 33 424 40 74
Binary 10100000 1111001 10111010 1110 100011 0 11011 100010100 100000 111100

Color Harmonies of #A079BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079BA

Black with #A079BA

Text Example


Text Example

White with #A079BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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