#AF3393

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

Shades of Medium Red Violet #AF3393

Tints of Medium Red Violet #AF3393

Color information

#AF3393 (or 0xAF3393) is unknown color: approx Medium Red Violet. HEX triplet: AF, 33 and 93. RGB value is (175,51,147). Sum of RGB (Red+Green+Blue) = 175+51+147=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3393 is #50CC6C. Grayscale: #626262. Windows color (decimal): -5295213 or 9647023. OLE color: 9647023.

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

Color convert

RGB17551147-
CMYK00.710.160.31
HSL313.55º54.87%44.31%-
HSV(B)313.55º70.86%68.63%-
XYZ24.1313.5928.95-
YUV99.02155.08182.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 51 (20.31% from 255) = 13.67%
BLUE value IS 147 (57.81% from 255) = 39.41%
R=46.92%
G=13.67%
B=39.41%

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
Decimal1755114700.710.160.31313.5554.8744.31
HexAF3393047101F13a372c
Octal25763223010720374726754
Binary1010111111001110010011010001111000011111100111010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3393; }

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

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

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

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

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

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

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

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