#AF4F6E

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

Shades of Royal Heath #AF4F6E

Tints of Royal Heath #AF4F6E

Color information

#AF4F6E (or 0xAF4F6E) is unknown color: approx Royal Heath. HEX triplet: AF, 4F and 6E. RGB value is (175,79,110). Sum of RGB (Red+Green+Blue) = 175+79+110=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F6E is #50B091. Grayscale: #6F6F6F. Windows color (decimal): -5288082 or 7229359. OLE color: 7229359.

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

Color convert

RGB17579110-
CMYK00.550.370.31
HSL340.62º37.8%49.8%-
HSV(B)340.62º54.86%68.63%-
XYZ23.2915.8316.58-
YUV111.24127.3173.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.08%
GREEN value IS 79 (31.25% from 255) = 21.70%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=48.08%
G=21.70%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757911000.550.370.31340.6237.849.8
HexAF4F6E037251F1552632
Octal25711715606745375254662
Binary1010111110011111101110011011110010111111101010101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4F6E; }

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

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

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

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

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

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

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

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