#A55875

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

Shades of Royal Heath #A55875

Tints of Royal Heath #A55875

Color information

#A55875 (or 0xA55875) is unknown color: approx Royal Heath. HEX triplet: A5, 58 and 75. RGB value is (165,88,117). Sum of RGB (Red+Green+Blue) = 165+88+117=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A55875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55875 is #5AA78A. Grayscale: #727272. Windows color (decimal): -5941131 or 7690405. OLE color: 7690405.

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

Color convert

RGB16588117-
CMYK00.470.290.35
HSL337.4º30.43%49.61%-
HSV(B)337.4º46.67%64.71%-
XYZ22.2216.2618.8-
YUV114.33129.51164.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=44.59%
G=23.78%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658811700.470.290.35337.430.4349.61
HexA5587502F1D231511e32
Octal24513016505735435213662
Binary101001011011000111010101011111110110001110101000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55875; }

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

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

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

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

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

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

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

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