#A55273

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

Shades of Royal Heath #A55273

Tints of Royal Heath #A55273

Color information

#A55273 (or 0xA55273) is unknown color: approx Royal Heath. HEX triplet: A5, 52 and 73. RGB value is (165,82,115). Sum of RGB (Red+Green+Blue) = 165+82+115=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A55273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55273 is #5AAD8C. Grayscale: #6E6E6E. Windows color (decimal): -5942669 or 7557797. OLE color: 7557797.

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

Color convert

RGB16582115-
CMYK00.500.300.35
HSL336.14º33.6%48.43%-
HSV(B)336.14º50.3%64.71%-
XYZ21.6315.2718.03-
YUV110.58130.5166.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 82 (32.42% from 255) = 22.65%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=45.58%
G=22.65%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658211500.500.300.35336.1433.648.43
HexA552730321E231502230
Octal24512216306236435204260
Binary1010010110100101110011011001011110100011101010000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55273; }

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

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

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

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

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

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

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

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