#AF5673

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

Shades of Royal Heath #AF5673

Tints of Royal Heath #AF5673

Color information

#AF5673 (or 0xAF5673) is unknown color: approx Royal Heath. HEX triplet: AF, 56 and 73. RGB value is (175,86,115). Sum of RGB (Red+Green+Blue) = 175+86+115=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5673 is #50A98C. Grayscale: #737373. Windows color (decimal): -5286285 or 7558831. OLE color: 7558831.

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

Color convert

RGB17586115-
CMYK00.510.340.31
HSL340.45º35.74%51.18%-
HSV(B)340.45º50.86%68.63%-
XYZ24.117.0118.23-
YUV115.92127.49170.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.54%
GREEN value IS 86 (33.98% from 255) = 22.87%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=46.54%
G=22.87%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758611500.510.340.31340.4535.7451.18
HexAF5673033221F1542433
Octal25712616306342375244463
Binary1010111110101101110011011001110001011111101010100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5673; }

 p { color: rgb(175,86,115); }

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

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

 a { background-color: rgb(175,86,115); }

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

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

 span { border-color: rgb(175,86,115); }

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