#AF587F

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

Shades of Royal Heath #AF587F

Tints of Royal Heath #AF587F

Color information

#AF587F (or 0xAF587F) is unknown color: approx Royal Heath. HEX triplet: AF, 58 and 7F. RGB value is (175,88,127). Sum of RGB (Red+Green+Blue) = 175+88+127=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF587F is #50A780. Grayscale: #767676. Windows color (decimal): -5285761 or 8345775. OLE color: 8345775.

HSL color Cylindrical-coordinate representation of color #AF587F: hue angle of 333.1º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF587F is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17588127-
CMYK00.500.270.31
HSL333.1º35.22%51.57%-
HSV(B)333.1º49.71%68.63%-
XYZ2517.6322.16-
YUV118.46132.82168.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 127 (50% from 255) = 32.56%
R=44.87%
G=22.56%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758812700.500.270.31333.135.2251.57
HexAF587F0321B1F14d2334
Octal25713017706233375154364
Binary101011111011000111111101100101101111111101001101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF587F; }

 p { color: rgb(175,88,127); }

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

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

 a { background-color: rgb(175,88,127); }

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

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

 span { border-color: rgb(175,88,127); }

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