#AF406F

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

Shades of Royal Heath #AF406F

Tints of Royal Heath #AF406F

Color information

#AF406F (or 0xAF406F) is unknown color: approx Royal Heath. HEX triplet: AF, 40 and 6F. RGB value is (175,64,111). Sum of RGB (Red+Green+Blue) = 175+64+111=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF406F is #50BF90. Grayscale: #666666. Windows color (decimal): -5291921 or 7291055. OLE color: 7291055.

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

Color convert

RGB17564111-
CMYK00.630.370.31
HSL334.59º46.44%46.86%-
HSV(B)334.59º63.43%68.63%-
XYZ22.3813.9316.55-
YUV102.55132.77179.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 18.29%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=50%
G=18.29%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756411100.630.370.31334.5946.4446.86
HexAF406F03F251F14f2e2f
Octal25710015707745375175657
Binary1010111110000001101111011111110010111111101001111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF406F; }

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

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

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

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

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

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

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

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