Html Css Color HEX #AF139B Medium Violet Red

📋 copy color: '#AF139B'

red 175 ◦ green 19 ◦ blue 155

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

Shades of Medium Violet Red #AF139B

Tints of Medium Violet Red #AF139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.41%

R = 50.14%
G = 5.44%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF139B (or 0xAF139B) is known color: Medium Violet Red. HEX triplet: AF, 13 and 9B. RGB value is (175,19,155). Sum of RGB (Red+Green+Blue) = 175+19+155=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF139B is #50EC64. Grayscale: #505050. Windows color (decimal): -5303397 or 10163119. OLE color: 10163119.

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

Color convert

RGB 175 19 155 -
CMYK 0 0.89 0.11 0.31
HSL 307.69º 0.8% 0.38% -
HSV(B) 307.69º 0.89% 0.69% -
XYZ 23.83 11.95 32.06 -
YUV 81.15 169.68 194.94 -
System Red Green Blue C M Y K H S L
Decimal 175 19 155 0 0.89 0.11 0.31 307.69 0.8 0.38
Hex AF 13 9B 0 59 B 1F 134 50 26
Octal 257 23 233 0 131 13 37 464 120 46
Binary 10101111 10011 10011011 0 1011001 1011 11111 100110100 1010000 100110

Color Harmonies of #AF139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF139B

Black with #AF139B

Text Example


Text Example

White with #AF139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF139B; }

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

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

background-color css

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

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

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

border-color css

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

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

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