#AF398C

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

Shades of Medium Red Violet #AF398C

Tints of Medium Red Violet #AF398C

Color information

#AF398C (or 0xAF398C) is unknown color: approx Medium Red Violet. HEX triplet: AF, 39 and 8C. RGB value is (175,57,140). Sum of RGB (Red+Green+Blue) = 175+57+140=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF398C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF398C is #50C673. Grayscale: #656565. Windows color (decimal): -5293684 or 9189807. OLE color: 9189807.

HSL color Cylindrical-coordinate representation of color #AF398C: hue angle of 317.8º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF398C is Cyan = 0, Magento = 0.67, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB17557140-
CMYK00.670.20.31
HSL317.8º50.86%45.49%-
HSV(B)317.8º67.43%68.63%-
XYZ23.8813.9326.24-
YUV101.74149.59180.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 57 (22.66% from 255) = 15.32%
BLUE value IS 140 (55.08% from 255) = 37.63%
R=47.04%
G=15.32%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755714000.670.20.31317.850.8645.49
HexAF398C043141F13e332d
Octal25771214010324374766355
Binary1010111111100110001100010000111010011111100111110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF398C; }

 p { color: rgb(175,57,140); }

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

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

 a { background-color: rgb(175,57,140); }

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

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

 span { border-color: rgb(175,57,140); }

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