#A05379

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

Shades of Royal Heath #A05379

Tints of Royal Heath #A05379

Color information

#A05379 (or 0xA05379) is unknown color: approx Royal Heath. HEX triplet: A0, 53 and 79. RGB value is (160,83,121). Sum of RGB (Red+Green+Blue) = 160+83+121=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A05379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05379 is #5FAC86. Grayscale: #6E6E6E. Windows color (decimal): -6270087 or 7951264. OLE color: 7951264.

HSL color Cylindrical-coordinate representation of color #A05379: hue angle of 330.39º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A05379 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB16083121-
CMYK00.480.240.37
HSL330.39º31.69%47.65%-
HSV(B)330.39º48.12%62.75%-
XYZ21.0415.0419.88-
YUV110.35134.01163.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 83 (32.81% from 255) = 22.80%
BLUE value IS 121 (47.66% from 255) = 33.24%
R=43.96%
G=22.80%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608312100.480.240.37330.3931.6947.65
HexA05379030182514a2030
Octal24012317106030455124060
Binary1010000010100111111001011000011000100101101001010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05379; }

 p { color: rgb(160,83,121); }

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

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

 a { background-color: rgb(160,83,121); }

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

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

 span { border-color: rgb(160,83,121); }

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