#A44178

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

Shades of Royal Heath #A44178

Tints of Royal Heath #A44178

Color information

#A44178 (or 0xA44178) is unknown color: approx Royal Heath. HEX triplet: A4, 41 and 78. RGB value is (164,65,120). Sum of RGB (Red+Green+Blue) = 164+65+120=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A44178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44178 is #5BBE87. Grayscale: #646464. Windows color (decimal): -6012552 or 7881124. OLE color: 7881124.

HSL color Cylindrical-coordinate representation of color #A44178: hue angle of 326.67º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44178 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16465120-
CMYK00.600.270.36
HSL326.67º43.23%44.9%-
HSV(B)326.67º60.37%64.31%-
XYZ20.5913.0319.2-
YUV100.87138.8173.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 65 (25.78% from 255) = 18.62%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=46.99%
G=18.62%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646512000.600.270.36326.6743.2344.9
HexA4417803C1B241472b2d
Octal24410117007433445075355
Binary1010010010000011111000011110011011100100101000111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44178; }

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

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

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

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

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

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

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

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