Html Css Color HEX #A078C0 Purple Mountain's Majesty

📋 copy color: '#A078C0'

red 160 ◦ green 120 ◦ blue 192

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

Shades of Purple Mountain's Majesty #A078C0

Tints of Purple Mountain's Majesty #A078C0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.42%

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

R = 33.9%
G = 25.42%
B = 40.68%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A078C0 (or 0xA078C0) is known color: Purple Mountain's Majesty. HEX triplet: A0, 78 and C0. RGB value is (160,120,192). Sum of RGB (Red+Green+Blue) = 160+120+192=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #A078C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078C0 is #5F873F. Grayscale: #8B8B8B. Windows color (decimal): -6260544 or 12613792. OLE color: 12613792.

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

Color convert

RGB 160 120 192 -
CMYK 0.17 0.38 0 0.25
HSL 273.33º 0.36% 0.61% -
HSV(B) 273.33º 0.38% 0.75% -
XYZ 30.73 24.71 53.02 -
YUV 140.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 160 120 192 0.17 0.38 0 0.25 273.33 0.36 0.61
Hex A0 78 C0 11 26 0 19 111 24 3D
Octal 240 170 300 21 46 0 31 421 44 75
Binary 10100000 1111000 11000000 10001 100110 0 11001 100010001 100100 111101

Color Harmonies of #A078C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A078C0

Black with #A078C0

Text Example


Text Example

White with #A078C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A078C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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