Html Css Color HEX #A078C1 Purple Mountain's Majesty

📋 copy color: '#A078C1'

red 160 ◦ green 120 ◦ blue 193

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

Shades of Purple Mountain's Majesty #A078C1

Tints of Purple Mountain's Majesty #A078C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.8%

R = 33.83%
G = 25.37%
B = 40.8%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A078C1 (or 0xA078C1) is known color: Purple Mountain's Majesty. HEX triplet: A0, 78 and C1. RGB value is (160,120,193). Sum of RGB (Red+Green+Blue) = 160+120+193=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #A078C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078C1 is #5F873E. Grayscale: #8C8C8C. Windows color (decimal): -6260543 or 12679328. OLE color: 12679328.

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

Color convert

RGB 160 120 193 -
CMYK 0.17 0.38 0 0.24
HSL 272.88º 0.37% 0.61% -
HSV(B) 272.88º 0.38% 0.76% -
XYZ 30.84 24.76 53.61 -
YUV 140.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 160 120 193 0.17 0.38 0 0.24 272.88 0.37 0.61
Hex A0 78 C1 11 26 0 18 111 25 3D
Octal 240 170 301 21 46 0 30 421 45 75
Binary 10100000 1111000 11000001 10001 100110 0 11000 100010001 100101 111101

Color Harmonies of #A078C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A078C1

Black with #A078C1

Text Example


Text Example

White with #A078C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A078C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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