#A074BA

Color #A074BA Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A074BA

Tints of Purple Mountain's Majesty #A074BA

Color information

#A074BA (or 0xA074BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 74 and BA. RGB value is (160,116,186). Sum of RGB (Red+Green+Blue) = 160+116+186=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #A074BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074BA is #5F8B45. Grayscale: #888888. Windows color (decimal): -6261574 or 12219552. OLE color: 12219552.

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

Color convert

RGB160116186-
CMYK0.140.3800.27
HSL277.71º33.65%59.22%-
HSV(B)277.71º37.63%72.94%-
XYZ29.6123.5149.43-
YUV137.14155.58144.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 116 (45.70% from 255) = 25.11%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=34.63%
G=25.11%
B=40.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601161860.140.3800.27277.7133.6559.22
HexA074BAE2601B116223b
Octal24016427216460334264273
Binary101000001110100101110101110100110011011100010110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A074BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A074BA; }

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

 H1.HeaderClassName
 {
   color: #A074BA;
 }
 .AnyTagClassName
 {
   color: #A074BA;
 }
</style>
background-color css

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

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

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

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

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

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