Html Css Color HEX #A072BA Purple Mountain's Majesty

📋 copy color: '#A072BA'

red 160 ◦ green 114 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A072BA

Tints of Purple Mountain's Majesty #A072BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.78%

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

R = 34.78%
G = 24.78%
B = 40.43%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A072BA (or 0xA072BA) is known color: Purple Mountain's Majesty. HEX triplet: A0, 72 and BA. RGB value is (160,114,186). Sum of RGB (Red+Green+Blue) = 160+114+186=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #A072BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072BA is #5F8D45. Grayscale: #878787. Windows color (decimal): -6262086 or 12219040. OLE color: 12219040.

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

Color convert

RGB 160 114 186 -
CMYK 0.14 0.39 0 0.27
HSL 278.33º 0.34% 0.59% -
HSV(B) 278.33º 0.39% 0.73% -
XYZ 29.38 23.05 49.36 -
YUV 135.96 156.24 145.15 -
System Red Green Blue C M Y K H S L
Decimal 160 114 186 0.14 0.39 0 0.27 278.33 0.34 0.59
Hex A0 72 BA E 27 0 1B 116 22 3B
Octal 240 162 272 16 47 0 33 426 42 73
Binary 10100000 1110010 10111010 1110 100111 0 11011 100010110 100010 111011

Color Harmonies of #A072BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072BA

Black with #A072BA

Text Example


Text Example

White with #A072BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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