#AF537E

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

Shades of Royal Heath #AF537E

Tints of Royal Heath #AF537E

Color information

#AF537E (or 0xAF537E) is unknown color: approx Royal Heath. HEX triplet: AF, 53 and 7E. RGB value is (175,83,126). Sum of RGB (Red+Green+Blue) = 175+83+126=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF537E is #50AC81. Grayscale: #737373. Windows color (decimal): -5287042 or 8278959. OLE color: 8278959.

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

Color convert

RGB17583126-
CMYK00.530.280.31
HSL331.96º36.51%50.59%-
HSV(B)331.96º52.57%68.63%-
XYZ24.5416.8121.69-
YUV115.41133.98170.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 83 (32.81% from 255) = 21.61%
BLUE value IS 126 (49.61% from 255) = 32.81%
R=45.57%
G=21.61%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758312600.530.280.31331.9636.5150.59
HexAF537E0351C1F14c2533
Octal25712317606534375144563
Binary101011111010011111111001101011110011111101001100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF537E; }

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

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

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

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

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

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

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

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