#AF4693

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

Shades of Medium Red Violet #AF4693

Tints of Medium Red Violet #AF4693

Color information

#AF4693 (or 0xAF4693) is unknown color: approx Medium Red Violet. HEX triplet: AF, 46 and 93. RGB value is (175,70,147). Sum of RGB (Red+Green+Blue) = 175+70+147=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4693 is #50B96C. Grayscale: #6D6D6D. Windows color (decimal): -5290349 or 9651887. OLE color: 9651887.

HSL color Cylindrical-coordinate representation of color #AF4693: hue angle of 316º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4693 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB17570147-
CMYK00.600.160.31
HSL316º42.86%48.04%-
HSV(B)316º60%68.63%-
XYZ25.1415.629.29-
YUV110.17148.79174.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 70 (27.73% from 255) = 17.86%
BLUE value IS 147 (57.81% from 255) = 37.5%
R=44.64%
G=17.86%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757014700.600.160.3131642.8648.04
HexAF469303C101F13c2b30
Octal25710622307420374745360
Binary1010111110001101001001101111001000011111100111100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4693; }

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

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

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

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

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

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

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

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