#A04B7E

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

Shades of Royal Heath #A04B7E

Tints of Royal Heath #A04B7E

Color information

#A04B7E (or 0xA04B7E) is unknown color: approx Royal Heath. HEX triplet: A0, 4B and 7E. RGB value is (160,75,126). Sum of RGB (Red+Green+Blue) = 160+75+126=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04B7E is #5FB481. Grayscale: #6A6A6A. Windows color (decimal): -6272130 or 8276896. OLE color: 8276896.

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

Color convert

RGB16075126-
CMYK00.530.210.37
HSL324º36.17%46.08%-
HSV(B)324º53.12%62.75%-
XYZ20.7814.0121.35-
YUV106.23139.16166.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 75 (29.69% from 255) = 20.78%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=44.32%
G=20.78%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607512600.530.210.3732436.1746.08
HexA04B7E0351525144242e
Octal24011317606525455044456
Binary1010000010010111111110011010110101100101101000100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B7E; }

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

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

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

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

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

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

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

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