#AF446F

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

Shades of Royal Heath #AF446F

Tints of Royal Heath #AF446F

Color information

#AF446F (or 0xAF446F) is unknown color: approx Royal Heath. HEX triplet: AF, 44 and 6F. RGB value is (175,68,111). Sum of RGB (Red+Green+Blue) = 175+68+111=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF446F is #50BB90. Grayscale: #686868. Windows color (decimal): -5290897 or 7292079. OLE color: 7292079.

HSL color Cylindrical-coordinate representation of color #AF446F: hue angle of 335.89º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF446F is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17568111-
CMYK00.610.370.31
HSL335.89º44.03%47.65%-
HSV(B)335.89º61.14%68.63%-
XYZ22.6214.416.63-
YUV104.89131.45178-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=49.44%
G=19.21%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756811100.610.370.31335.8944.0347.65
HexAF446F03D251F1502c30
Octal25710415707545375205460
Binary1010111110001001101111011110110010111111101010000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF446F; }

 p { color: rgb(175,68,111); }

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

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

 a { background-color: rgb(175,68,111); }

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

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

 span { border-color: rgb(175,68,111); }

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