#A44B70

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

Shades of Royal Heath #A44B70

Tints of Royal Heath #A44B70

Color information

#A44B70 (or 0xA44B70) is unknown color: approx Royal Heath. HEX triplet: A4, 4B and 70. RGB value is (164,75,112). Sum of RGB (Red+Green+Blue) = 164+75+112=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44B70 is #5BB48F. Grayscale: #696969. Windows color (decimal): -6010000 or 7359396. OLE color: 7359396.

HSL color Cylindrical-coordinate representation of color #A44B70: hue angle of 335.06º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44B70 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16475112-
CMYK00.540.320.36
HSL335.06º37.24%46.86%-
HSV(B)335.06º54.27%64.31%-
XYZ20.7514.0916.96-
YUV105.83131.49169.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=46.72%
G=21.37%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647511200.540.320.36335.0637.2446.86
HexA44B70036202414f252f
Octal24411316006640445174557
Binary10100100100101111100000110110100000100100101001111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B70; }

 p { color: rgb(164,75,112); }

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

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

 a { background-color: rgb(164,75,112); }

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

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

 span { border-color: rgb(164,75,112); }

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