#A04B7C

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

Shades of Royal Heath #A04B7C

Tints of Royal Heath #A04B7C

Color information

#A04B7C (or 0xA04B7C) is unknown color: approx Royal Heath. HEX triplet: A0, 4B and 7C. RGB value is (160,75,124). Sum of RGB (Red+Green+Blue) = 160+75+124=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04B7C is #5FB483. Grayscale: #696969. Windows color (decimal): -6272132 or 8145824. OLE color: 8145824.

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

Color convert

RGB16075124-
CMYK00.530.220.37
HSL325.41º36.17%46.08%-
HSV(B)325.41º53.12%62.75%-
XYZ20.6513.9620.68-
YUV106138.16166.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.57%
GREEN value IS 75 (29.69% from 255) = 20.89%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=44.57%
G=20.89%
B=34.54%

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
Decimal1607512400.530.220.37325.4136.1746.08
HexA04B7C0351625145242e
Octal24011317406526455054456
Binary1010000010010111111100011010110110100101101000101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B7C; }

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

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

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

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

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

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

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

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