#A93E75

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

Shades of Royal Heath #A93E75

Tints of Royal Heath #A93E75

Color information

#A93E75 (or 0xA93E75) is unknown color: approx Royal Heath. HEX triplet: A9, 3E and 75. RGB value is (169,62,117). Sum of RGB (Red+Green+Blue) = 169+62+117=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93E75 is #56C18A. Grayscale: #646464. Windows color (decimal): -5685643 or 7683753. OLE color: 7683753.

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

Color convert

RGB16962117-
CMYK00.630.310.34
HSL329.16º46.32%45.29%-
HSV(B)329.16º63.31%66.27%-
XYZ21.313.1618.25-
YUV100.26137.45177.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.56%
GREEN value IS 62 (24.61% from 255) = 17.82%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=48.56%
G=17.82%
B=33.62%

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
Decimal1696211700.630.310.34329.1646.3245.29
HexA93E7503F1F221492e2d
Octal2517616507737425115655
Binary101010011111101110101011111111111100010101001001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93E75; }

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

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

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

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

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

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

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

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