#AF419D

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

Shades of Medium Red Violet #AF419D

Tints of Medium Red Violet #AF419D

Color information

#AF419D (or 0xAF419D) is unknown color: approx Medium Red Violet. HEX triplet: AF, 41 and 9D. RGB value is (175,65,157). Sum of RGB (Red+Green+Blue) = 175+65+157=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF419D is #50BE62. Grayscale: #6C6C6C. Windows color (decimal): -5291619 or 10305967. OLE color: 10305967.

HSL color Cylindrical-coordinate representation of color #AF419D: hue angle of 309.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 #AF419D is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17565157-
CMYK00.630.100.31
HSL309.82º45.83%47.06%-
HSV(B)309.82º62.86%68.63%-
XYZ25.6615.3333.5-
YUV108.38155.44175.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 65 (25.78% from 255) = 16.37%
BLUE value IS 157 (61.72% from 255) = 39.55%
R=44.08%
G=16.37%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756515700.630.100.31309.8245.8347.06
HexAF419D03FA1F1362e2f
Octal25710123507712374665657
Binary101011111000001100111010111111101011111100110110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF419D; }

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

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

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

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

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

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

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

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