#AF398B

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

Shades of Medium Red Violet #AF398B

Tints of Medium Red Violet #AF398B

Color information

#AF398B (or 0xAF398B) is unknown color: approx Medium Red Violet. HEX triplet: AF, 39 and 8B. RGB value is (175,57,139). Sum of RGB (Red+Green+Blue) = 175+57+139=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF398B is #50C674. Grayscale: #656565. Windows color (decimal): -5293685 or 9124271. OLE color: 9124271.

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

Color convert

RGB17557139-
CMYK00.670.210.31
HSL318.31º50.86%45.49%-
HSV(B)318.31º67.43%68.63%-
XYZ23.813.925.86-
YUV101.63149.09180.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 57 (22.66% from 255) = 15.36%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=47.17%
G=15.36%
B=37.47%

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
Decimal1755713900.670.210.31318.3150.8645.49
HexAF398B043151F13e332d
Octal25771213010325374766355
Binary1010111111100110001011010000111010111111100111110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF398B; }

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

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

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

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

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

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

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

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