#AF398A

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

Shades of Medium Red Violet #AF398A

Tints of Medium Red Violet #AF398A

Color information

#AF398A (or 0xAF398A) is unknown color: approx Medium Red Violet. HEX triplet: AF, 39 and 8A. RGB value is (175,57,138). Sum of RGB (Red+Green+Blue) = 175+57+138=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF398A is #50C675. Grayscale: #656565. Windows color (decimal): -5293686 or 9058735. OLE color: 9058735.

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

Color convert

RGB17557138-
CMYK00.670.210.31
HSL318.81º50.86%45.49%-
HSV(B)318.81º67.43%68.63%-
XYZ23.7313.8825.47-
YUV101.52148.59180.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 57 (22.66% from 255) = 15.41%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=47.30%
G=15.41%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755713800.670.210.31318.8150.8645.49
HexAF398A043151F13f332d
Octal25771212010325374776355
Binary1010111111100110001010010000111010111111100111111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF398A; }

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

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

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

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

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

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

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

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