#AF537F

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

Shades of Royal Heath #AF537F

Tints of Royal Heath #AF537F

Color information

#AF537F (or 0xAF537F) is unknown color: approx Royal Heath. HEX triplet: AF, 53 and 7F. RGB value is (175,83,127). Sum of RGB (Red+Green+Blue) = 175+83+127=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF537F is #50AC80. Grayscale: #737373. Windows color (decimal): -5287041 or 8344495. OLE color: 8344495.

HSL color Cylindrical-coordinate representation of color #AF537F: hue angle of 331.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF537F is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17583127-
CMYK00.530.270.31
HSL331.3º36.51%50.59%-
HSV(B)331.3º52.57%68.63%-
XYZ24.616.8322.03-
YUV115.52134.48170.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 83 (32.81% from 255) = 21.56%
BLUE value IS 127 (50% from 255) = 32.99%
R=45.45%
G=21.56%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758312700.530.270.31331.336.5150.59
HexAF537F0351B1F14b2533
Octal25712317706533375134563
Binary101011111010011111111101101011101111111101001011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF537F; }

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

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

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

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

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

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

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

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