#AF5B7F

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

Shades of Royal Heath #AF5B7F

Tints of Royal Heath #AF5B7F

Color information

#AF5B7F (or 0xAF5B7F) is unknown color: approx Royal Heath. HEX triplet: AF, 5B and 7F. RGB value is (175,91,127). Sum of RGB (Red+Green+Blue) = 175+91+127=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5B7F is #50A480. Grayscale: #787878. Windows color (decimal): -5284993 or 8346543. OLE color: 8346543.

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

Color convert

RGB17591127-
CMYK00.480.270.31
HSL334.29º34.43%52.16%-
HSV(B)334.29º48%68.63%-
XYZ25.2518.1322.25-
YUV120.22131.83167.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 91 (35.94% from 255) = 23.16%
BLUE value IS 127 (50% from 255) = 32.32%
R=44.53%
G=23.16%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759112700.480.270.31334.2934.4352.16
HexAF5B7F0301B1F14e2234
Octal25713317706033375164264
Binary101011111011011111111101100001101111111101001110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5B7F; }

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

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

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

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

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

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

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

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