#A55175

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

Shades of Royal Heath #A55175

Tints of Royal Heath #A55175

Color information

#A55175 (or 0xA55175) is unknown color: approx Royal Heath. HEX triplet: A5, 51 and 75. RGB value is (165,81,117). Sum of RGB (Red+Green+Blue) = 165+81+117=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A55175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55175 is #5AAE8A. Grayscale: #6E6E6E. Windows color (decimal): -5942923 or 7688613. OLE color: 7688613.

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

Color convert

RGB16581117-
CMYK00.510.290.35
HSL334.29º34.15%48.24%-
HSV(B)334.29º50.91%64.71%-
XYZ21.6715.1718.62-
YUV110.22131.83167.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=45.45%
G=22.31%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658111700.510.290.35334.2934.1548.24
HexA551750331D2314e2230
Octal24512116506335435164260
Binary1010010110100011110101011001111101100011101001110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55175; }

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

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

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

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

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

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

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

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