Html Css Color HEX #AF139F Medium Violet Red

📋 copy color: '#AF139F'

red 175 ◦ green 19 ◦ blue 159

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

Shades of Medium Violet Red #AF139F

Tints of Medium Violet Red #AF139F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 49.58%
G = 5.38%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF139F (or 0xAF139F) is known color: Medium Violet Red. HEX triplet: AF, 13 and 9F. RGB value is (175,19,159). Sum of RGB (Red+Green+Blue) = 175+19+159=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF139F is #50EC60. Grayscale: #515151. Windows color (decimal): -5303393 or 10425263. OLE color: 10425263.

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

Color convert

RGB 175 19 159 -
CMYK 0 0.89 0.09 0.31
HSL 306.15º 0.8% 0.38% -
HSV(B) 306.15º 0.89% 0.69% -
XYZ 24.17 12.08 33.86 -
YUV 81.6 171.68 194.62 -
System Red Green Blue C M Y K H S L
Decimal 175 19 159 0 0.89 0.09 0.31 306.15 0.8 0.38
Hex AF 13 9F 0 59 9 1F 132 50 26
Octal 257 23 237 0 131 11 37 462 120 46
Binary 10101111 10011 10011111 0 1011001 1001 11111 100110010 1010000 100110

Color Harmonies of #AF139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF139F

Black with #AF139F

Text Example


Text Example

White with #AF139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF139F; }

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

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

background-color css

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

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

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

border-color css

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

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

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