Html Css Color HEX #AF1986 Medium Violet Red

📋 copy color: '#AF1986'

red 175 ◦ green 25 ◦ blue 134

#AF1986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #AF1986

Tints of Medium Violet Red #AF1986

RGB

 RED value IS 175 (68.75% from 255) = 52.4%

 GREEN value IS 25 (10.16% from 255) = 7.49%

 BLUE value IS 134 (52.73% from 255) = 40.12%

R = 52.4%
G = 7.49%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF1986 (or 0xAF1986) is known color: Medium Violet Red. HEX triplet: AF, 19 and 86. RGB value is (175,25,134). Sum of RGB (Red+Green+Blue) = 175+25+134=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1986 is #50E679. Grayscale: #515151. Windows color (decimal): -5301882 or 8788399. OLE color: 8788399.

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

Color convert

RGB 175 25 134 -
CMYK 0 0.86 0.23 0.31
HSL 316.4º 0.75% 0.39% -
HSV(B) 316.4º 0.86% 0.69% -
XYZ 22.33 11.53 23.6 -
YUV 82.28 157.2 194.14 -
System Red Green Blue C M Y K H S L
Decimal 175 25 134 0 0.86 0.23 0.31 316.4 0.75 0.39
Hex AF 19 86 0 56 17 1F 13C 4B 27
Octal 257 31 206 0 126 27 37 474 113 47
Binary 10101111 11001 10000110 0 1010110 10111 11111 100111100 1001011 100111

Color Harmonies of #AF1986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1986

Black with #AF1986

Text Example


Text Example

White with #AF1986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1986; }

 p { color: rgb(175,25,134); }

 H1.HeaderClassName
 {
   color: #AF1986;
 }
 .AnyTagClassName
 {
   color: #AF1986;
 }
</style>

background-color css

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

 a { background-color: rgb(175,25,134); }

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

border-color css

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

 span { border-color: rgb(175,25,134); }

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