#AF4187

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

Shades of Medium Red Violet #AF4187

Tints of Medium Red Violet #AF4187

Color information

#AF4187 (or 0xAF4187) is unknown color: approx Medium Red Violet. HEX triplet: AF, 41 and 87. RGB value is (175,65,135). Sum of RGB (Red+Green+Blue) = 175+65+135=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4187 is #50BE78. Grayscale: #696969. Windows color (decimal): -5291641 or 8864175. OLE color: 8864175.

HSL color Cylindrical-coordinate representation of color #AF4187: hue angle of 321.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4187 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17565135-
CMYK00.630.230.31
HSL321.82º45.83%47.06%-
HSV(B)321.82º62.86%68.63%-
XYZ23.9414.6424.49-
YUV105.87144.44177.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 65 (25.78% from 255) = 17.33%
BLUE value IS 135 (53.12% from 255) = 36%
R=46.67%
G=17.33%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756513500.630.230.31321.8245.8347.06
HexAF418703F171F1422e2f
Octal25710120707727375025657
Binary1010111110000011000011101111111011111111101000010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4187; }

 p { color: rgb(175,65,135); }

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

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

 a { background-color: rgb(175,65,135); }

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

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

 span { border-color: rgb(175,65,135); }

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