#AF547D

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

Shades of Royal Heath #AF547D

Tints of Royal Heath #AF547D

Color information

#AF547D (or 0xAF547D) is unknown color: approx Royal Heath. HEX triplet: AF, 54 and 7D. RGB value is (175,84,125). Sum of RGB (Red+Green+Blue) = 175+84+125=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF547D is #50AB82. Grayscale: #737373. Windows color (decimal): -5286787 or 8213679. OLE color: 8213679.

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

Color convert

RGB17584125-
CMYK00.520.290.31
HSL332.97º36.25%50.78%-
HSV(B)332.97º52%68.63%-
XYZ24.5516.9421.38-
YUV115.88133.15170.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 125 (49.22% from 255) = 32.55%
R=45.57%
G=21.88%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758412500.520.290.31332.9736.2550.78
HexAF547D0341D1F14d2433
Octal25712417506435375154463
Binary101011111010100111110101101001110111111101001101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF547D; }

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

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

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

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

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

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

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

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