#AF547F

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

Shades of Royal Heath #AF547F

Tints of Royal Heath #AF547F

Color information

#AF547F (or 0xAF547F) is unknown color: approx Royal Heath. HEX triplet: AF, 54 and 7F. RGB value is (175,84,127). Sum of RGB (Red+Green+Blue) = 175+84+127=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF547F is #50AB80. Grayscale: #747474. Windows color (decimal): -5286785 or 8344751. OLE color: 8344751.

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

Color convert

RGB17584127-
CMYK00.520.270.31
HSL331.65º36.25%50.78%-
HSV(B)331.65º52%68.63%-
XYZ24.6816.9922.06-
YUV116.11134.15170-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 84 (33.20% from 255) = 21.76%
BLUE value IS 127 (50% from 255) = 32.90%
R=45.34%
G=21.76%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758412700.520.270.31331.6536.2550.78
HexAF547F0341B1F14c2433
Octal25712417706433375144463
Binary101011111010100111111101101001101111111101001100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF547F; }

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

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

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

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

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

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

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

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