#A074BE

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

Shades of Purple Mountain's Majesty #A074BE

Tints of Purple Mountain's Majesty #A074BE

Color information

#A074BE (or 0xA074BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 74 and BE. RGB value is (160,116,190). Sum of RGB (Red+Green+Blue) = 160+116+190=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #A074BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074BE is #5F8B41. Grayscale: #898989. Windows color (decimal): -6261570 or 12481696. OLE color: 12481696.

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

Color convert

RGB160116190-
CMYK0.160.3900.25
HSL275.68º36.27%60%-
HSV(B)275.68º38.95%74.51%-
XYZ30.0423.6851.7-
YUV137.59157.58143.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 116 (45.70% from 255) = 24.89%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=34.33%
G=24.89%
B=40.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601161900.160.3900.25275.6836.2760
HexA074BE1027019114243c
Octal24016427620470314244474
Binary1010000011101001011111010000100111011001100010100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A074BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A074BE; }

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

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

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

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

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

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

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

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