#AF4D79

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

Shades of Royal Heath #AF4D79

Tints of Royal Heath #AF4D79

Color information

#AF4D79 (or 0xAF4D79) is unknown color: approx Royal Heath. HEX triplet: AF, 4D and 79. RGB value is (175,77,121). Sum of RGB (Red+Green+Blue) = 175+77+121=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D79 is #50B286. Grayscale: #6F6F6F. Windows color (decimal): -5288583 or 7949743. OLE color: 7949743.

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

Color convert

RGB17577121-
CMYK00.560.310.31
HSL333.06º38.89%49.41%-
HSV(B)333.06º56%68.63%-
XYZ23.7815.819.89-
YUV111.32133.47173.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 77 (30.47% from 255) = 20.64%
BLUE value IS 121 (47.66% from 255) = 32.44%
R=46.92%
G=20.64%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757712100.560.310.31333.0638.8949.41
HexAF4D790381F1F14d2731
Octal25711517107037375154761
Binary101011111001101111100101110001111111111101001101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4D79; }

 p { color: rgb(175,77,121); }

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

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

 a { background-color: rgb(175,77,121); }

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

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

 span { border-color: rgb(175,77,121); }

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