#af3d93

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

Shades of Medium Red Violet #AF3D93

Tints of Medium Red Violet #AF3D93

Color information

#AF3D93 (or 0xAF3D93) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3D and 93. RGB value is (175,61,147). Sum of RGB (Red+Green+Blue) = 175+61+147=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3D93 is #50C26C. Grayscale: #686868. Windows color (decimal): -5292653 or 9649583. OLE color: 9649583.

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

Color convert

RGB17561147-
CMYK00.650.160.31
HSL314.74º48.31%46.27%-
HSV(B)314.74º65.14%68.63%-
XYZ24.6114.5629.12-
YUV104.89151.77178.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 61 (24.22% from 255) = 15.93%
BLUE value IS 147 (57.81% from 255) = 38.38%
R=45.69%
G=15.93%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756114700.650.160.31314.7448.3146.27
HexAF3D93041101F13b302e
Octal25775223010120374736056
Binary1010111111110110010011010000011000011111100111011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3d93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3d93; }

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

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

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

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

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

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

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

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