Html Css Color HEX #A079C0 Purple Mountain's Majesty

📋 copy color: '#A079C0'

red 160 ◦ green 121 ◦ blue 192

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

Shades of Purple Mountain's Majesty #A079C0

Tints of Purple Mountain's Majesty #A079C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.59%

R = 33.83%
G = 25.58%
B = 40.59%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A079C0 (or 0xA079C0) is known color: Purple Mountain's Majesty. HEX triplet: A0, 79 and C0. RGB value is (160,121,192). Sum of RGB (Red+Green+Blue) = 160+121+192=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #A079C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079C0 is #5F863F. Grayscale: #8C8C8C. Windows color (decimal): -6260288 or 12614048. OLE color: 12614048.

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

Color convert

RGB 160 121 192 -
CMYK 0.17 0.37 0 0.25
HSL 272.96º 0.36% 0.61% -
HSV(B) 272.96º 0.37% 0.75% -
XYZ 30.85 24.95 53.06 -
YUV 140.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 160 121 192 0.17 0.37 0 0.25 272.96 0.36 0.61
Hex A0 79 C0 11 25 0 19 111 24 3D
Octal 240 171 300 21 45 0 31 421 44 75
Binary 10100000 1111001 11000000 10001 100101 0 11001 100010001 100100 111101

Color Harmonies of #A079C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079C0

Black with #A079C0

Text Example


Text Example

White with #A079C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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