#A5577D

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

Shades of Royal Heath #A5577D

Tints of Royal Heath #A5577D

Color information

#A5577D (or 0xA5577D) is unknown color: approx Royal Heath. HEX triplet: A5, 57 and 7D. RGB value is (165,87,125). Sum of RGB (Red+Green+Blue) = 165+87+125=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A5577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5577D is #5AA882. Grayscale: #727272. Windows color (decimal): -5941379 or 8214437. OLE color: 8214437.

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

Color convert

RGB16587125-
CMYK00.470.240.35
HSL330.77º30.95%49.41%-
HSV(B)330.77º47.27%64.71%-
XYZ22.6316.321.35-
YUV114.65133.84163.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=43.77%
G=23.08%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658712500.470.240.35330.7730.9549.41
HexA5577D02F182314b1f31
Octal24512717505730435133761
Binary101001011010111111110101011111100010001110100101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5577D; }

 p { color: rgb(165,87,125); }

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

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

 a { background-color: rgb(165,87,125); }

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

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

 span { border-color: rgb(165,87,125); }

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