#A43F79

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

Shades of Royal Heath #A43F79

Tints of Royal Heath #A43F79

Color information

#A43F79 (or 0xA43F79) is unknown color: approx Royal Heath. HEX triplet: A4, 3F and 79. RGB value is (164,63,121). Sum of RGB (Red+Green+Blue) = 164+63+121=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43F79 is #5BC086. Grayscale: #636363. Windows color (decimal): -6013063 or 7946148. OLE color: 7946148.

HSL color Cylindrical-coordinate representation of color #A43F79: hue angle of 325.54º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A43F79 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16463121-
CMYK00.620.260.36
HSL325.54º44.49%44.51%-
HSV(B)325.54º61.59%64.31%-
XYZ20.5412.8319.48-
YUV99.81139.96173.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 63 (25% from 255) = 18.10%
BLUE value IS 121 (47.66% from 255) = 34.77%
R=47.13%
G=18.10%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646312100.620.260.36325.5444.4944.51
HexA43F7903E1A241462c2d
Octal2447717107632445065455
Binary101001001111111111001011111011010100100101000110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43F79; }

 p { color: rgb(164,63,121); }

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

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

 a { background-color: rgb(164,63,121); }

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

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

 span { border-color: rgb(164,63,121); }

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