#AF3392

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

Shades of Medium Red Violet #AF3392

Tints of Medium Red Violet #AF3392

Color information

#AF3392 (or 0xAF3392) is unknown color: approx Medium Red Violet. HEX triplet: AF, 33 and 92. RGB value is (175,51,146). Sum of RGB (Red+Green+Blue) = 175+51+146=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3392 is #50CC6D. Grayscale: #626262. Windows color (decimal): -5295214 or 9581487. OLE color: 9581487.

HSL color Cylindrical-coordinate representation of color #AF3392: hue angle of 314.03º degrees, saturation: 0.55, 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 #AF3392 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB17551146-
CMYK00.710.170.31
HSL314.03º54.87%44.31%-
HSV(B)314.03º70.86%68.63%-
XYZ24.0513.5628.54-
YUV98.91154.58182.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 51 (20.31% from 255) = 13.71%
BLUE value IS 146 (57.42% from 255) = 39.25%
R=47.04%
G=13.71%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755114600.710.170.31314.0354.8744.31
HexAF3392047111F13a372c
Octal25763222010721374726754
Binary1010111111001110010010010001111000111111100111010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3392; }

 p { color: rgb(175,51,146); }

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

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

 a { background-color: rgb(175,51,146); }

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

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

 span { border-color: rgb(175,51,146); }

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