#A04B7B

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

Shades of Royal Heath #A04B7B

Tints of Royal Heath #A04B7B

Color information

#A04B7B (or 0xA04B7B) is unknown color: approx Royal Heath. HEX triplet: A0, 4B and 7B. RGB value is (160,75,123). Sum of RGB (Red+Green+Blue) = 160+75+123=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04B7B is #5FB484. Grayscale: #696969. Windows color (decimal): -6272133 or 8080288. OLE color: 8080288.

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

Color convert

RGB16075123-
CMYK00.530.230.37
HSL326.12º36.17%46.08%-
HSV(B)326.12º53.12%62.75%-
XYZ20.5913.9420.34-
YUV105.89137.66166.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.69%
GREEN value IS 75 (29.69% from 255) = 20.95%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=44.69%
G=20.95%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607512300.530.230.37326.1236.1746.08
HexA04B7B0351725146242e
Octal24011317306527455064456
Binary1010000010010111111011011010110111100101101000110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B7B; }

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

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

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

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

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

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

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

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