#A55280

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

Shades of Royal Heath #A55280

Tints of Royal Heath #A55280

Color information

#A55280 (or 0xA55280) is unknown color: approx Royal Heath. HEX triplet: A5, 52 and 80. RGB value is (165,82,128). Sum of RGB (Red+Green+Blue) = 165+82+128=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A55280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55280 is #5AAD7F. Grayscale: #6F6F6F. Windows color (decimal): -5942656 or 8409765. OLE color: 8409765.

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

Color convert

RGB16582128-
CMYK00.500.220.35
HSL326.75º33.6%48.43%-
HSV(B)326.75º50.3%64.71%-
XYZ22.4315.5922.25-
YUV112.06137165.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 128 (50.39% from 255) = 34.13%
R=44%
G=21.87%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658212800.500.220.35326.7533.648.43
HexA5528003216231472230
Octal24512220006226435074260
Binary10100101101001010000000011001010110100011101000111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55280; }

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

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

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

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

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

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

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

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