#A078B8

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

Shades of Purple Mountain's Majesty #A078B8

Tints of Purple Mountain's Majesty #A078B8

Color information

#A078B8 (or 0xA078B8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 78 and B8. RGB value is (160,120,184). Sum of RGB (Red+Green+Blue) = 160+120+184=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 184 - color contains mainly: blue. Hex color #A078B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078B8 is #5F8747. Grayscale: #8B8B8B. Windows color (decimal): -6260552 or 12089504. OLE color: 12089504.

HSL color Cylindrical-coordinate representation of color #A078B8: hue angle of 277.5º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A078B8 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB160120184-
CMYK0.130.3500.28
HSL277.5º31.07%59.61%-
HSV(B)277.5º34.78%72.16%-
XYZ29.8724.3748.48-
YUV139.26153.25142.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 184 (72.27% from 255) = 39.66%
R=34.48%
G=25.86%
B=39.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601201840.130.3500.28277.531.0759.61
HexA078B8D2301C1161f3c
Octal24017027015430344263774
Binary10100000111100010111000110110001101110010001011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A078B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A078B8; }

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

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

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

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

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

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

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

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