#AF388E

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

Shades of Medium Red Violet #AF388E

Tints of Medium Red Violet #AF388E

Color information

#AF388E (or 0xAF388E) is unknown color: approx Medium Red Violet. HEX triplet: AF, 38 and 8E. RGB value is (175,56,142). Sum of RGB (Red+Green+Blue) = 175+56+142=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF388E is #50C771. Grayscale: #656565. Windows color (decimal): -5293938 or 9320623. OLE color: 9320623.

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

Color convert

RGB17556142-
CMYK00.680.190.31
HSL316.64º51.52%45.29%-
HSV(B)316.64º68%68.63%-
XYZ23.9813.927.01-
YUV101.38150.92180.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 56 (22.27% from 255) = 15.01%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=46.92%
G=15.01%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755614200.680.190.31316.6451.5245.29
HexAF388E044131F13d342d
Octal25770216010423374756455
Binary1010111111100010001110010001001001111111100111101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF388E; }

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

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

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

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

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

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

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

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