#A04B75

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

Shades of Royal Heath #A04B75

Tints of Royal Heath #A04B75

Color information

#A04B75 (or 0xA04B75) is unknown color: approx Royal Heath. HEX triplet: A0, 4B and 75. RGB value is (160,75,117). Sum of RGB (Red+Green+Blue) = 160+75+117=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04B75 is #5FB48A. Grayscale: #696969. Windows color (decimal): -6272139 or 7687072. OLE color: 7687072.

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

Color convert

RGB16075117-
CMYK00.530.270.37
HSL330.35º36.17%46.08%-
HSV(B)330.35º53.12%62.75%-
XYZ20.2213.7918.43-
YUV105.2134.66167.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 75 (29.69% from 255) = 21.31%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=45.45%
G=21.31%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607511700.530.270.37330.3536.1746.08
HexA04B750351B2514a242e
Octal24011316506533455124456
Binary1010000010010111110101011010111011100101101001010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B75; }

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

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

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

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

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

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

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

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