#A074BC

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

Shades of Purple Mountain's Majesty #A074BC

Tints of Purple Mountain's Majesty #A074BC

Color information

#A074BC (or 0xA074BC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 74 and BC. RGB value is (160,116,188). Sum of RGB (Red+Green+Blue) = 160+116+188=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #A074BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074BC is #5F8B43. Grayscale: #898989. Windows color (decimal): -6261572 or 12350624. OLE color: 12350624.

HSL color Cylindrical-coordinate representation of color #A074BC: hue angle of 276.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A074BC is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160116188-
CMYK0.150.3800.26
HSL276.67º34.95%59.61%-
HSV(B)276.67º38.3%73.73%-
XYZ29.8223.650.56-
YUV137.36156.58144.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 188 (73.83% from 255) = 40.52%
R=34.48%
G=25%
B=40.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601161880.150.3800.26276.6734.9559.61
HexA074BCF2601A115233c
Octal24016427417460324254374
Binary101000001110100101111001111100110011010100010101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A074BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A074BC; }

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

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

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

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

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

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

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

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