#A44276

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

Shades of Royal Heath #A44276

Tints of Royal Heath #A44276

Color information

#A44276 (or 0xA44276) is unknown color: approx Royal Heath. HEX triplet: A4, 42 and 76. RGB value is (164,66,118). Sum of RGB (Red+Green+Blue) = 164+66+118=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A44276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44276 is #5BBD89. Grayscale: #656565. Windows color (decimal): -6012298 or 7750308. OLE color: 7750308.

HSL color Cylindrical-coordinate representation of color #A44276: hue angle of 328.16º 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 #A44276 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16466118-
CMYK00.600.280.36
HSL328.16º42.61%45.1%-
HSV(B)328.16º59.76%64.31%-
XYZ20.5313.118.59-
YUV101.23137.47172.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 66 (26.17% from 255) = 18.97%
BLUE value IS 118 (46.48% from 255) = 33.91%
R=47.13%
G=18.97%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646611800.600.280.36328.1642.6145.1
HexA4427603C1C241482b2d
Octal24410216607434445105355
Binary1010010010000101110110011110011100100100101001000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44276; }

 p { color: rgb(164,66,118); }

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

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

 a { background-color: rgb(164,66,118); }

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

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

 span { border-color: rgb(164,66,118); }

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