#A93E74

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

Shades of Royal Heath #A93E74

Tints of Royal Heath #A93E74

Color information

#A93E74 (or 0xA93E74) is unknown color: approx Royal Heath. HEX triplet: A9, 3E and 74. RGB value is (169,62,116). Sum of RGB (Red+Green+Blue) = 169+62+116=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93E74 is #56C18B. Grayscale: #646464. Windows color (decimal): -5685644 or 7618217. OLE color: 7618217.

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

Color convert

RGB16962116-
CMYK00.630.310.34
HSL329.72º46.32%45.29%-
HSV(B)329.72º63.31%66.27%-
XYZ21.2413.1417.94-
YUV100.15136.95177.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.70%
GREEN value IS 62 (24.61% from 255) = 17.87%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=48.70%
G=17.87%
B=33.43%

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
Decimal1696211600.630.310.34329.7246.3245.29
HexA93E7403F1F2214a2e2d
Octal2517616407737425125655
Binary101010011111101110100011111111111100010101001010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93E74; }

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

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

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

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

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

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

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

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