#A55076

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

Shades of Royal Heath #A55076

Tints of Royal Heath #A55076

Color information

#A55076 (or 0xA55076) is unknown color: approx Royal Heath. HEX triplet: A5, 50 and 76. RGB value is (165,80,118). Sum of RGB (Red+Green+Blue) = 165+80+118=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A55076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55076 is #5AAF89. Grayscale: #6D6D6D. Windows color (decimal): -5943178 or 7753893. OLE color: 7753893.

HSL color Cylindrical-coordinate representation of color #A55076: hue angle of 333.18º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A55076 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB16580118-
CMYK00.520.280.35
HSL333.18º34.69%48.04%-
HSV(B)333.18º51.52%64.71%-
XYZ21.6615.0418.9-
YUV109.75132.66167.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 118 (46.48% from 255) = 32.51%
R=45.45%
G=22.04%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658011800.520.280.35333.1834.6948.04
HexA550760341C2314d2330
Octal24512016606434435154360
Binary1010010110100001110110011010011100100011101001101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55076; }

 p { color: rgb(165,80,118); }

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

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

 a { background-color: rgb(165,80,118); }

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

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

 span { border-color: rgb(165,80,118); }

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