#AF3D8E

Color #AF3D8E Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AF3D8E

Tints of Medium Red Violet #AF3D8E

Color information

#AF3D8E (or 0xAF3D8E) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3D and 8E. RGB value is (175,61,142). Sum of RGB (Red+Green+Blue) = 175+61+142=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3D8E is #50C271. Grayscale: #686868. Windows color (decimal): -5292658 or 9321903. OLE color: 9321903.

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

Color convert

RGB17561142-
CMYK00.650.190.31
HSL317.37º48.31%46.27%-
HSV(B)317.37º65.14%68.63%-
XYZ24.2314.427.09-
YUV104.32149.27178.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 61 (24.22% from 255) = 16.14%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=46.30%
G=16.14%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756114200.650.190.31317.3748.3146.27
HexAF3D8E041131F13d302e
Octal25775216010123374756056
Binary1010111111110110001110010000011001111111100111101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3D8E; }

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

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

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

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

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

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

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

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