#A94575

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

Shades of Royal Heath #A94575

Tints of Royal Heath #A94575

Color information

#A94575 (or 0xA94575) is unknown color: approx Royal Heath. HEX triplet: A9, 45 and 75. RGB value is (169,69,117). Sum of RGB (Red+Green+Blue) = 169+69+117=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A94575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94575 is #56BA8A. Grayscale: #686868. Windows color (decimal): -5683851 or 7685545. OLE color: 7685545.

HSL color Cylindrical-coordinate representation of color #A94575: hue angle of 331.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A94575 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB16969117-
CMYK00.590.310.34
HSL331.2º42.02%46.67%-
HSV(B)331.2º59.17%66.27%-
XYZ21.713.9818.38-
YUV104.37135.13174.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.61%
GREEN value IS 69 (27.34% from 255) = 19.44%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=47.61%
G=19.44%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696911700.590.310.34331.242.0246.67
HexA9457503B1F2214b2a2f
Octal25110516507337425135257
Binary1010100110001011110101011101111111100010101001011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94575; }

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

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

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

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

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

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

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

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