#AF3293

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

Shades of Medium Red Violet #AF3293

Tints of Medium Red Violet #AF3293

Color information

#AF3293 (or 0xAF3293) is unknown color: approx Medium Red Violet. HEX triplet: AF, 32 and 93. RGB value is (175,50,147). Sum of RGB (Red+Green+Blue) = 175+50+147=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3293 is #50CD6C. Grayscale: #626262. Windows color (decimal): -5295469 or 9646767. OLE color: 9646767.

HSL color Cylindrical-coordinate representation of color #AF3293: hue angle of 313.44º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3293 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB17550147-
CMYK00.710.160.31
HSL313.44º55.56%44.12%-
HSV(B)313.44º71.43%68.63%-
XYZ24.0913.528.94-
YUV98.43155.41182.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 50 (19.92% from 255) = 13.44%
BLUE value IS 147 (57.81% from 255) = 39.52%
R=47.04%
G=13.44%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755014700.710.160.31313.4455.5644.12
HexAF3293047101F139382c
Octal25762223010720374717054
Binary1010111111001010010011010001111000011111100111001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3293; }

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

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

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

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

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

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

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

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