#A55270

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

Shades of Royal Heath #A55270

Tints of Royal Heath #A55270

Color information

#A55270 (or 0xA55270) is unknown color: approx Royal Heath. HEX triplet: A5, 52 and 70. RGB value is (165,82,112). Sum of RGB (Red+Green+Blue) = 165+82+112=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A55270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55270 is #5AAD8F. Grayscale: #6E6E6E. Windows color (decimal): -5942672 or 7361189. OLE color: 7361189.

HSL color Cylindrical-coordinate representation of color #A55270: hue angle of 338.31º 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 #A55270 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16582112-
CMYK00.500.320.35
HSL338.31º33.6%48.43%-
HSV(B)338.31º50.3%64.71%-
XYZ21.4615.217.13-
YUV110.24129167.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=45.96%
G=22.84%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658211200.500.320.35338.3133.648.43
HexA5527003220231522230
Octal24512216006240435224260
Binary10100101101001011100000110010100000100011101010010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55270; }

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

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

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

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

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

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

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

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