#A04E7B

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

Shades of Royal Heath #A04E7B

Tints of Royal Heath #A04E7B

Color information

#A04E7B (or 0xA04E7B) is unknown color: approx Royal Heath. HEX triplet: A0, 4E and 7B. RGB value is (160,78,123). Sum of RGB (Red+Green+Blue) = 160+78+123=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E7B is #5FB184. Grayscale: #6B6B6B. Windows color (decimal): -6271365 or 8081056. OLE color: 8081056.

HSL color Cylindrical-coordinate representation of color #A04E7B: hue angle of 327.07º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04E7B is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16078123-
CMYK00.510.230.37
HSL327.07º34.45%46.67%-
HSV(B)327.07º51.25%62.75%-
XYZ20.814.3520.41-
YUV107.65136.67165.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=44.32%
G=21.61%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607812300.510.230.37327.0734.4546.67
HexA04E7B0331725147222f
Octal24011617306327455074257
Binary1010000010011101111011011001110111100101101000111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E7B; }

 p { color: rgb(160,78,123); }

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

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

 a { background-color: rgb(160,78,123); }

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

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

 span { border-color: rgb(160,78,123); }

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