#A04B7D

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

Shades of Royal Heath #A04B7D

Tints of Royal Heath #A04B7D

Color information

#A04B7D (or 0xA04B7D) is unknown color: approx Royal Heath. HEX triplet: A0, 4B and 7D. RGB value is (160,75,125). Sum of RGB (Red+Green+Blue) = 160+75+125=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04B7D is #5FB482. Grayscale: #6A6A6A. Windows color (decimal): -6272131 or 8211360. OLE color: 8211360.

HSL color Cylindrical-coordinate representation of color #A04B7D: hue angle of 324.71º 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 #A04B7D is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB16075125-
CMYK00.530.220.37
HSL324.71º36.17%46.08%-
HSV(B)324.71º53.12%62.75%-
XYZ20.7113.9921.01-
YUV106.12138.66166.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 75 (29.69% from 255) = 20.83%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=44.44%
G=20.83%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607512500.530.220.37324.7136.1746.08
HexA04B7D0351625145242e
Octal24011317506526455054456
Binary1010000010010111111101011010110110100101101000101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B7D; }

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

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

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

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

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

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

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

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