#AF4193

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

Shades of Medium Red Violet #AF4193

Tints of Medium Red Violet #AF4193

Color information

#AF4193 (or 0xAF4193) is unknown color: approx Medium Red Violet. HEX triplet: AF, 41 and 93. RGB value is (175,65,147). Sum of RGB (Red+Green+Blue) = 175+65+147=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4193 is #50BE6C. Grayscale: #6B6B6B. Windows color (decimal): -5291629 or 9650607. OLE color: 9650607.

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

Color convert

RGB17565147-
CMYK00.630.160.31
HSL315.27º45.83%47.06%-
HSV(B)315.27º62.86%68.63%-
XYZ24.841529.19-
YUV107.24150.44176.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=45.22%
G=16.80%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756514700.630.160.31315.2745.8347.06
HexAF419303F101F13b2e2f
Octal25710122307720374735657
Binary1010111110000011001001101111111000011111100111011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4193; }

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

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

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

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

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

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

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

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