#A93F79

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

Shades of Royal Heath #A93F79

Tints of Royal Heath #A93F79

Color information

#A93F79 (or 0xA93F79) is unknown color: approx Royal Heath. HEX triplet: A9, 3F and 79. RGB value is (169,63,121). Sum of RGB (Red+Green+Blue) = 169+63+121=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93F79 is #56C086. Grayscale: #656565. Windows color (decimal): -5685383 or 7946153. OLE color: 7946153.

HSL color Cylindrical-coordinate representation of color #A93F79: hue angle of 327.17º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A93F79 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB16963121-
CMYK00.630.280.34
HSL327.17º45.69%45.49%-
HSV(B)327.17º62.72%66.27%-
XYZ21.5913.3719.53-
YUV101.31139.12176.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.88%
GREEN value IS 63 (25% from 255) = 17.85%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=47.88%
G=17.85%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696312100.630.280.34327.1745.6945.49
HexA93F7903F1C221472e2d
Octal2517717107734425075655
Binary101010011111111111001011111111100100010101000111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93F79; }

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

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

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

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

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

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

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

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