#A5577B

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

Shades of Royal Heath #A5577B

Tints of Royal Heath #A5577B

Color information

#A5577B (or 0xA5577B) is unknown color: approx Royal Heath. HEX triplet: A5, 57 and 7B. RGB value is (165,87,123). Sum of RGB (Red+Green+Blue) = 165+87+123=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5577B is #5AA884. Grayscale: #727272. Windows color (decimal): -5941381 or 8083365. OLE color: 8083365.

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

Color convert

RGB16587123-
CMYK00.470.250.35
HSL332.31º30.95%49.41%-
HSV(B)332.31º47.27%64.71%-
XYZ22.516.2520.69-
YUV114.43132.84164.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 123 (48.44% from 255) = 32.8%
R=44%
G=23.2%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658712300.470.250.35332.3130.9549.41
HexA5577B02F192314c1f31
Octal24512717305731435143761
Binary101001011010111111101101011111100110001110100110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5577B; }

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

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

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

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

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

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

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

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