#AF3D71

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

Shades of Royal Heath #AF3D71

Tints of Royal Heath #AF3D71

Color information

#AF3D71 (or 0xAF3D71) is unknown color: approx Royal Heath. HEX triplet: AF, 3D and 71. RGB value is (175,61,113). Sum of RGB (Red+Green+Blue) = 175+61+113=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3D71 is #50C28E. Grayscale: #646464. Windows color (decimal): -5292687 or 7421359. OLE color: 7421359.

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

Color convert

RGB17561113-
CMYK00.650.350.31
HSL332.63º48.31%46.27%-
HSV(B)332.63º65.14%68.63%-
XYZ22.3313.6417.08-
YUV101.01134.77180.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 61 (24.22% from 255) = 17.48%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=50.14%
G=17.48%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756111300.650.350.31332.6348.3146.27
HexAF3D71041231F14d302e
Octal25775161010143375156056
Binary1010111111110111100010100000110001111111101001101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3D71; }

 p { color: rgb(175,61,113); }

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

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

 a { background-color: rgb(175,61,113); }

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

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

 span { border-color: rgb(175,61,113); }

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