#AF3096

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

Shades of Medium Red Violet #AF3096

Tints of Medium Red Violet #AF3096

Color information

#AF3096 (or 0xAF3096) is unknown color: approx Medium Red Violet. HEX triplet: AF, 30 and 96. RGB value is (175,48,150). Sum of RGB (Red+Green+Blue) = 175+48+150=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3096 is #50CF69. Grayscale: #616161. Windows color (decimal): -5295978 or 9842863. OLE color: 9842863.

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

Color convert

RGB17548150-
CMYK00.730.140.31
HSL311.81º56.95%43.73%-
HSV(B)311.81º72.57%68.63%-
XYZ24.2413.4330.17-
YUV97.6157.58183.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 48 (19.14% from 255) = 12.87%
BLUE value IS 150 (58.98% from 255) = 40.21%
R=46.92%
G=12.87%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754815000.730.140.31311.8156.9543.73
HexAF3096049E1F138392c
Octal25760226011116374707154
Binary101011111100001001011001001001111011111100111000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3096; }

 p { color: rgb(175,48,150); }

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

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

 a { background-color: rgb(175,48,150); }

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

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

 span { border-color: rgb(175,48,150); }

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