#AF587D

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

Shades of Royal Heath #AF587D

Tints of Royal Heath #AF587D

Color information

#AF587D (or 0xAF587D) is unknown color: approx Royal Heath. HEX triplet: AF, 58 and 7D. RGB value is (175,88,125). Sum of RGB (Red+Green+Blue) = 175+88+125=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF587D is #50A782. Grayscale: #767676. Windows color (decimal): -5285763 or 8214703. OLE color: 8214703.

HSL color Cylindrical-coordinate representation of color #AF587D: hue angle of 334.48º 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 #AF587D is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17588125-
CMYK00.500.290.31
HSL334.48º35.22%51.57%-
HSV(B)334.48º49.71%68.63%-
XYZ24.8717.5721.48-
YUV118.23131.82168.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 88 (34.77% from 255) = 22.68%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=45.10%
G=22.68%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758812500.500.290.31334.4835.2251.57
HexAF587D0321D1F14e2334
Octal25713017506235375164364
Binary101011111011000111110101100101110111111101001110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF587D; }

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

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

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

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

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

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

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

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