Html Css Color HEX #AF319D Medium Red Violet

📋 copy color: '#AF319D'

red 175 ◦ green 49 ◦ blue 157

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

Shades of Medium Red Violet #AF319D

Tints of Medium Red Violet #AF319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.86%

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 45.93%
G = 12.86%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF319D (or 0xAF319D) is known color: Medium Red Violet. HEX triplet: AF, 31 and 9D. RGB value is (175,49,157). Sum of RGB (Red+Green+Blue) = 175+49+157=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF319D is #50CE62. Grayscale: #626262. Windows color (decimal): -5295715 or 10301871. OLE color: 10301871.

HSL color Cylindrical-coordinate representation of color #AF319D: hue angle of 308.57º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF319D is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 49 157 -
CMYK 0 0.72 0.10 0.31
HSL 308.57º 0.56% 0.44% -
HSV(B) 308.57º 0.72% 0.69% -
XYZ 24.86 13.74 33.24 -
YUV 98.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 175 49 157 0 0.72 0.10 0.31 308.57 0.56 0.44
Hex AF 31 9D 0 48 A 1F 135 38 2C
Octal 257 61 235 0 110 12 37 465 70 54
Binary 10101111 110001 10011101 0 1001000 1010 11111 100110101 111000 101100

Color Harmonies of #AF319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF319D

Black with #AF319D

Text Example


Text Example

White with #AF319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF319D; }

 p { color: rgb(175,49,157); }

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

background-color css

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

 a { background-color: rgb(175,49,157); }

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

border-color css

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

 span { border-color: rgb(175,49,157); }

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