#a14478

Color #A14478 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #A14478

Tints of Royal Heath #A14478

Color information

#A14478 (or 0xA14478) is unknown color: approx Royal Heath. HEX triplet: A1, 44 and 78. RGB value is (161,68,120). Sum of RGB (Red+Green+Blue) = 161+68+120=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A14478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14478 is #5EBB87. Grayscale: #656565. Windows color (decimal): -6208392 or 7881889. OLE color: 7881889.

HSL color Cylindrical-coordinate representation of color #A14478: hue angle of 326.45º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14478 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB16168120-
CMYK00.580.250.37
HSL326.45º40.61%44.9%-
HSV(B)326.45º57.76%63.14%-
XYZ20.1613.0719.23-
YUV101.73138.31170.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=46.13%
G=19.48%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616812000.580.250.37326.4540.6144.9
HexA1447803A1925146292d
Octal24110417007231455065155
Binary1010000110001001111000011101011001100101101000110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a14478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a14478; }

 p { color: rgb(161,68,120); }

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

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

 a { background-color: rgb(161,68,120); }

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

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

 span { border-color: rgb(161,68,120); }

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