Html Css Color HEX #AF319F Medium Red Violet

📋 copy color: '#AF319F'

red 175 ◦ green 49 ◦ blue 159

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

Shades of Medium Red Violet #AF319F

Tints of Medium Red Violet #AF319F

RGB

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

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

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

R = 45.69%
G = 12.79%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF319F (or 0xAF319F) is known color: Medium Red Violet. HEX triplet: AF, 31 and 9F. RGB value is (175,49,159). Sum of RGB (Red+Green+Blue) = 175+49+159=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF319F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF319F is #50CE60. Grayscale: #626262. Windows color (decimal): -5295713 or 10432943. OLE color: 10432943.

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

Color convert

RGB 175 49 159 -
CMYK 0 0.72 0.09 0.31
HSL 307.62º 0.56% 0.44% -
HSV(B) 307.62º 0.72% 0.69% -
XYZ 25.04 13.81 34.15 -
YUV 99.21 161.74 182.06 -
System Red Green Blue C M Y K H S L
Decimal 175 49 159 0 0.72 0.09 0.31 307.62 0.56 0.44
Hex AF 31 9F 0 48 9 1F 134 38 2C
Octal 257 61 237 0 110 11 37 464 70 54
Binary 10101111 110001 10011111 0 1001000 1001 11111 100110100 111000 101100

Color Harmonies of #AF319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF319F

Black with #AF319F

Text Example


Text Example

White with #AF319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF319F; }

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

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

background-color css

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

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

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

border-color css

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

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

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