#AF387E

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

Shades of Medium Red Violet #AF387E

Tints of Medium Red Violet #AF387E

Color information

#AF387E (or 0xAF387E) is unknown color: approx Medium Red Violet. HEX triplet: AF, 38 and 7E. RGB value is (175,56,126). Sum of RGB (Red+Green+Blue) = 175+56+126=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF387E is #50C781. Grayscale: #636363. Windows color (decimal): -5293954 or 8272047. OLE color: 8272047.

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

Color convert

RGB17556126-
CMYK00.680.280.31
HSL324.71º51.52%45.29%-
HSV(B)324.71º68%68.63%-
XYZ22.8613.4521.13-
YUV99.56142.92181.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 56 (22.27% from 255) = 15.69%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=49.02%
G=15.69%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755612600.680.280.31324.7151.5245.29
HexAF387E0441C1F145342d
Octal25770176010434375056455
Binary101011111110001111110010001001110011111101000101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF387E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF387E; }

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

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

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

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

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

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

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

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