Html Css Color HEX #AF1386 Medium Violet Red

📋 copy color: '#AF1386'

red 175 ◦ green 19 ◦ blue 134

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

Shades of Medium Violet Red #AF1386

Tints of Medium Violet Red #AF1386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.79%

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

R = 53.35%
G = 5.79%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF1386 (or 0xAF1386) is known color: Medium Violet Red. HEX triplet: AF, 13 and 86. RGB value is (175,19,134). Sum of RGB (Red+Green+Blue) = 175+19+134=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1386 is #50EC79. Grayscale: #4E4E4E. Windows color (decimal): -5303418 or 8786863. OLE color: 8786863.

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

Color convert

RGB 175 19 134 -
CMYK 0 0.89 0.23 0.31
HSL 315.77º 0.8% 0.38% -
HSV(B) 315.77º 0.89% 0.69% -
XYZ 22.22 11.3 23.56 -
YUV 78.75 159.18 196.65 -
System Red Green Blue C M Y K H S L
Decimal 175 19 134 0 0.89 0.23 0.31 315.77 0.8 0.38
Hex AF 13 86 0 59 17 1F 13C 50 26
Octal 257 23 206 0 131 27 37 474 120 46
Binary 10101111 10011 10000110 0 1011001 10111 11111 100111100 1010000 100110

Color Harmonies of #AF1386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1386

Black with #AF1386

Text Example


Text Example

White with #AF1386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1386; }

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

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

background-color css

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

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

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

border-color css

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

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

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