#AF1D8A

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

Shades of Medium Violet Red #AF1D8A

Tints of Medium Violet Red #AF1D8A

Color information

#AF1D8A (or 0xAF1D8A) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1D and 8A. RGB value is (175,29,138). Sum of RGB (Red+Green+Blue) = 175+29+138=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1D8A is #50E275. Grayscale: #545454. Windows color (decimal): -5300854 or 9051567. OLE color: 9051567.

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

Color convert

RGB17529138-
CMYK00.830.210.31
HSL315.21º71.57%40%-
HSV(B)315.21º83.43%68.63%-
XYZ22.7111.8325.13-
YUV85.08157.87192.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.17%
GREEN value IS 29 (11.72% from 255) = 8.48%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=51.17%
G=8.48%
B=40.35%

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
Decimal1752913800.830.210.31315.2171.5740
HexAF1D8A053151F13b4828
Octal257352120123253747311050
Binary1010111111101100010100101001110101111111001110111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1D8A; }

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

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

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

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

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

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

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

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