#AF4F7C

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

Shades of Royal Heath #AF4F7C

Tints of Royal Heath #AF4F7C

Color information

#AF4F7C (or 0xAF4F7C) is unknown color: approx Royal Heath. HEX triplet: AF, 4F and 7C. RGB value is (175,79,124). Sum of RGB (Red+Green+Blue) = 175+79+124=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F7C is #50B083. Grayscale: #707070. Windows color (decimal): -5288068 or 8146863. OLE color: 8146863.

HSL color Cylindrical-coordinate representation of color #AF4F7C: hue angle of 331.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4F7C is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17579124-
CMYK00.550.290.31
HSL331.88º37.8%49.8%-
HSV(B)331.88º54.86%68.63%-
XYZ24.1116.1620.92-
YUV112.83134.3172.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 79 (31.25% from 255) = 20.90%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=46.30%
G=20.90%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757912400.550.290.31331.8837.849.8
HexAF4F7C0371D1F14c2632
Octal25711717406735375144662
Binary101011111001111111110001101111110111111101001100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4F7C; }

 p { color: rgb(175,79,124); }

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

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

 a { background-color: rgb(175,79,124); }

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

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

 span { border-color: rgb(175,79,124); }

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