#A478BC

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

Shades of Purple Mountain's Majesty #A478BC

Tints of Purple Mountain's Majesty #A478BC

Color information

#A478BC (or 0xA478BC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 78 and BC. RGB value is (164,120,188). Sum of RGB (Red+Green+Blue) = 164+120+188=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #A478BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478BC is #5B8743. Grayscale: #8C8C8C. Windows color (decimal): -5998404 or 12351652. OLE color: 12351652.

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

Color convert

RGB164120188-
CMYK0.130.3600.26
HSL278.82º33.66%60.39%-
HSV(B)278.82º36.17%73.73%-
XYZ31.124.9650.75-
YUV140.91154.58144.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 120 (47.27% from 255) = 25.42%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=34.75%
G=25.42%
B=39.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641201880.130.3600.26278.8233.6660.39
HexA478BCD2401A117223c
Octal24417027415440324274274
Binary101001001111000101111001101100100011010100010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A478BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A478BC; }

 p { color: rgb(164,120,188); }

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

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

 a { background-color: rgb(164,120,188); }

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

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

 span { border-color: rgb(164,120,188); }

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