#A5547B

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

Shades of Royal Heath #A5547B

Tints of Royal Heath #A5547B

Color information

#A5547B (or 0xA5547B) is unknown color: approx Royal Heath. HEX triplet: A5, 54 and 7B. RGB value is (165,84,123). Sum of RGB (Red+Green+Blue) = 165+84+123=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5547B is #5AAB84. Grayscale: #707070. Windows color (decimal): -5942149 or 8082597. OLE color: 8082597.

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

Color convert

RGB16584123-
CMYK00.490.250.35
HSL331.11º32.53%48.82%-
HSV(B)331.11º49.09%64.71%-
XYZ22.2615.7720.61-
YUV112.66133.84165.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=44.35%
G=22.58%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658412300.490.250.35331.1132.5348.82
HexA5547B031192314b2131
Octal24512417306131435134161
Binary1010010110101001111011011000111001100011101001011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5547B; }

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

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

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

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

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

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

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

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