#A04875

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

Shades of Royal Heath #A04875

Tints of Royal Heath #A04875

Color information

#A04875 (or 0xA04875) is unknown color: approx Royal Heath. HEX triplet: A0, 48 and 75. RGB value is (160,72,117). Sum of RGB (Red+Green+Blue) = 160+72+117=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A04875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04875 is #5FB78A. Grayscale: #676767. Windows color (decimal): -6272907 or 7686304. OLE color: 7686304.

HSL color Cylindrical-coordinate representation of color #A04875: hue angle of 329.32º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04875 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB16072117-
CMYK00.550.270.37
HSL329.32º37.93%45.49%-
HSV(B)329.32º55%62.75%-
XYZ20.0313.3918.36-
YUV103.44135.65168.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=45.85%
G=20.63%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607211700.550.270.37329.3237.9345.49
HexA048750371B25149262d
Octal24011016506733455114655
Binary1010000010010001110101011011111011100101101001001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04875; }

 p { color: rgb(160,72,117); }

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

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

 a { background-color: rgb(160,72,117); }

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

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

 span { border-color: rgb(160,72,117); }

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