#AB5773

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

Shades of Royal Heath #AB5773

Tints of Royal Heath #AB5773

Color information

#AB5773 (or 0xAB5773) is unknown color: approx Royal Heath. HEX triplet: AB, 57 and 73. RGB value is (171,87,115). Sum of RGB (Red+Green+Blue) = 171+87+115=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5773 is #54A88C. Grayscale: #737373. Windows color (decimal): -5548173 or 7559083. OLE color: 7559083.

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

Color convert

RGB17187115-
CMYK00.490.330.33
HSL340º33.33%50.59%-
HSV(B)340º49.12%67.06%-
XYZ23.316.7118.22-
YUV115.31127.83167.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 115 (45.31% from 255) = 30.83%
R=45.84%
G=23.32%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718711500.490.330.3334033.3350.59
HexAB577303121211542133
Octal25312716306141415244163
Binary10101011101011111100110110001100001100001101010100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5773; }

 p { color: rgb(171,87,115); }

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

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

 a { background-color: rgb(171,87,115); }

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

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

 span { border-color: rgb(171,87,115); }

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