#A05078

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

Shades of Royal Heath #A05078

Tints of Royal Heath #A05078

Color information

#A05078 (or 0xA05078) is unknown color: approx Royal Heath. HEX triplet: A0, 50 and 78. RGB value is (160,80,120). Sum of RGB (Red+Green+Blue) = 160+80+120=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A05078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05078 is #5FAF87. Grayscale: #6C6C6C. Windows color (decimal): -6270856 or 7884960. OLE color: 7884960.

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

Color convert

RGB16080120-
CMYK00.50.250.37
HSL330º33.33%47.06%-
HSV(B)330º50%62.75%-
XYZ20.7614.5719.49-
YUV108.48134.5164.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608012000.50.250.3733033.3347.06
HexA05078032192514a212f
Octal24012017006231455124157
Binary1010000010100001111000011001011001100101101001010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05078; }

 p { color: rgb(160,80,120); }

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

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

 a { background-color: rgb(160,80,120); }

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

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

 span { border-color: rgb(160,80,120); }

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