#A078BB

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

Shades of Purple Mountain's Majesty #A078BB

Tints of Purple Mountain's Majesty #A078BB

Color information

#A078BB (or 0xA078BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 78 and BB. RGB value is (160,120,187). Sum of RGB (Red+Green+Blue) = 160+120+187=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #A078BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078BB is #5F8744. Grayscale: #8B8B8B. Windows color (decimal): -6260549 or 12286112. OLE color: 12286112.

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

Color convert

RGB160120187-
CMYK0.140.3600.27
HSL275.82º33%60.2%-
HSV(B)275.82º35.83%73.33%-
XYZ30.1824.4950.15-
YUV139.6154.75142.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 120 (47.27% from 255) = 25.70%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=34.26%
G=25.70%
B=40.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601201870.140.3600.27275.823360.2
HexA078BBE2401B114213c
Octal24017027316440334244174
Binary101000001111000101110111110100100011011100010100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A078BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A078BB; }

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

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

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

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

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

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

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

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