#A05279

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

Shades of Royal Heath #A05279

Tints of Royal Heath #A05279

Color information

#A05279 (or 0xA05279) is unknown color: approx Royal Heath. HEX triplet: A0, 52 and 79. RGB value is (160,82,121). Sum of RGB (Red+Green+Blue) = 160+82+121=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A05279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05279 is #5FAD86. Grayscale: #6D6D6D. Windows color (decimal): -6270343 or 7951008. OLE color: 7951008.

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

Color convert

RGB16082121-
CMYK00.490.240.37
HSL330º32.23%47.45%-
HSV(B)330º48.75%62.75%-
XYZ20.9714.8919.86-
YUV109.77134.34163.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=44.08%
G=22.59%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608212100.490.240.3733032.2347.45
HexA05279031182514a202f
Octal24012217106130455124057
Binary1010000010100101111001011000111000100101101001010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05279; }

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

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

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

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

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

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

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

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