#AF389E

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

Shades of Medium Red Violet #AF389E

Tints of Medium Red Violet #AF389E

Color information

#AF389E (or 0xAF389E) is unknown color: approx Medium Red Violet. HEX triplet: AF, 38 and 9E. RGB value is (175,56,158). Sum of RGB (Red+Green+Blue) = 175+56+158=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF389E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF389E is #50C761. Grayscale: #666666. Windows color (decimal): -5293922 or 10369199. OLE color: 10369199.

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

Color convert

RGB17556158-
CMYK00.680.100.31
HSL308.57º51.52%45.29%-
HSV(B)308.57º68%68.63%-
XYZ25.2614.4133.8-
YUV103.21158.92179.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 56 (22.27% from 255) = 14.40%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=44.99%
G=14.40%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755615800.680.100.31308.5751.5245.29
HexAF389E044A1F135342d
Octal25770236010412374656455
Binary101011111110001001111001000100101011111100110101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF389E; }

 p { color: rgb(175,56,158); }

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

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

 a { background-color: rgb(175,56,158); }

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

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

 span { border-color: rgb(175,56,158); }

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