#A55275

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

Shades of Royal Heath #A55275

Tints of Royal Heath #A55275

Color information

#A55275 (or 0xA55275) is unknown color: approx Royal Heath. HEX triplet: A5, 52 and 75. RGB value is (165,82,117). Sum of RGB (Red+Green+Blue) = 165+82+117=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A55275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55275 is #5AAD8A. Grayscale: #6E6E6E. Windows color (decimal): -5942667 or 7688869. OLE color: 7688869.

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

Color convert

RGB16582117-
CMYK00.500.290.35
HSL334.7º33.6%48.43%-
HSV(B)334.7º50.3%64.71%-
XYZ21.7515.3218.64-
YUV110.81131.5166.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.33%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 117 (46.09% from 255) = 32.14%
R=45.33%
G=22.53%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658211700.500.290.35334.733.648.43
HexA552750321D2314f2230
Octal24512216506235435174260
Binary1010010110100101110101011001011101100011101001111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55275; }

 p { color: rgb(165,82,117); }

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

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

 a { background-color: rgb(165,82,117); }

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

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

 span { border-color: rgb(165,82,117); }

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