#AF1D8B

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

Shades of Medium Violet Red #AF1D8B

Tints of Medium Violet Red #AF1D8B

Color information

#AF1D8B (or 0xAF1D8B) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1D and 8B. RGB value is (175,29,139). Sum of RGB (Red+Green+Blue) = 175+29+139=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1D8B is #50E274. Grayscale: #545454. Windows color (decimal): -5300853 or 9117103. OLE color: 9117103.

HSL color Cylindrical-coordinate representation of color #AF1D8B: hue angle of 314.79º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1D8B is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17529139-
CMYK00.830.210.31
HSL314.79º71.57%40%-
HSV(B)314.79º83.43%68.63%-
XYZ22.7811.8625.51-
YUV85.19158.37192.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 29 (11.72% from 255) = 8.45%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=51.02%
G=8.45%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752913900.830.210.31314.7971.5740
HexAF1D8B053151F13b4828
Octal257352130123253747311050
Binary1010111111101100010110101001110101111111001110111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1D8B; }

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

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

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

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

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

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

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

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