#AF3398

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

Shades of Medium Red Violet #AF3398

Tints of Medium Red Violet #AF3398

Color information

#AF3398 (or 0xAF3398) is unknown color: approx Medium Red Violet. HEX triplet: AF, 33 and 98. RGB value is (175,51,152). Sum of RGB (Red+Green+Blue) = 175+51+152=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3398 is #50CC67. Grayscale: #636363. Windows color (decimal): -5295208 or 9974703. OLE color: 9974703.

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

Color convert

RGB17551152-
CMYK00.710.130.31
HSL311.13º54.87%44.31%-
HSV(B)311.13º70.86%68.63%-
XYZ24.5313.7531.07-
YUV99.59157.58181.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 51 (20.31% from 255) = 13.49%
BLUE value IS 152 (59.77% from 255) = 40.21%
R=46.30%
G=13.49%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755115200.710.130.31311.1354.8744.31
HexAF3398047D1F137372c
Octal25763230010715374676754
Binary101011111100111001100001000111110111111100110111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3398; }

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

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

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

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

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

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

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

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