#A93F74

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

Shades of Royal Heath #A93F74

Tints of Royal Heath #A93F74

Color information

#A93F74 (or 0xA93F74) is unknown color: approx Royal Heath. HEX triplet: A9, 3F and 74. RGB value is (169,63,116). Sum of RGB (Red+Green+Blue) = 169+63+116=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93F74 is #56C08B. Grayscale: #646464. Windows color (decimal): -5685388 or 7618473. OLE color: 7618473.

HSL color Cylindrical-coordinate representation of color #A93F74: hue angle of 330º 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 #A93F74 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB16963116-
CMYK00.630.310.34
HSL330º45.69%45.49%-
HSV(B)330º62.72%66.27%-
XYZ21.2913.2517.96-
YUV100.74136.62176.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.56%
GREEN value IS 63 (25% from 255) = 18.10%
BLUE value IS 116 (45.70% from 255) = 33.33%
R=48.56%
G=18.10%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696311600.630.310.3433045.6945.49
HexA93F7403F1F2214a2e2d
Octal2517716407737425125655
Binary101010011111111110100011111111111100010101001010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93F74; }

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

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

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

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

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

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

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

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