#A13F79

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

Shades of Royal Heath #A13F79

Tints of Royal Heath #A13F79

Color information

#A13F79 (or 0xA13F79) is unknown color: approx Royal Heath. HEX triplet: A1, 3F and 79. RGB value is (161,63,121). Sum of RGB (Red+Green+Blue) = 161+63+121=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13F79 is #5EC086. Grayscale: #626262. Windows color (decimal): -6209671 or 7946145. OLE color: 7946145.

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

Color convert

RGB16163121-
CMYK00.610.250.37
HSL324.49º43.75%43.92%-
HSV(B)324.49º60.87%63.14%-
XYZ19.9312.5119.45-
YUV98.91140.47172.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.67%
GREEN value IS 63 (25% from 255) = 18.26%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=46.67%
G=18.26%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616312100.610.250.37324.4943.7543.92
HexA13F7903D19251442c2c
Octal2417717107531455045454
Binary101000011111111111001011110111001100101101000100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13F79; }

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

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

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

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

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

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

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

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