Html Css Color HEX #AF219D Medium Red Violet

📋 copy color: '#AF219D'

red 175 ◦ green 33 ◦ blue 157

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

Shades of Medium Red Violet #AF219D

Tints of Medium Red Violet #AF219D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.04%

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

R = 47.95%
G = 9.04%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF219D (or 0xAF219D) is known color: Medium Red Violet. HEX triplet: AF, 21 and 9D. RGB value is (175,33,157). Sum of RGB (Red+Green+Blue) = 175+33+157=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF219D is #50DE62. Grayscale: #595959. Windows color (decimal): -5299811 or 10297775. OLE color: 10297775.

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

Color convert

RGB 175 33 157 -
CMYK 0 0.81 0.10 0.31
HSL 307.61º 0.68% 0.41% -
HSV(B) 307.61º 0.81% 0.69% -
XYZ 24.31 12.64 33.06 -
YUV 89.59 166.04 188.92 -
System Red Green Blue C M Y K H S L
Decimal 175 33 157 0 0.81 0.10 0.31 307.61 0.68 0.41
Hex AF 21 9D 0 51 A 1F 134 44 29
Octal 257 41 235 0 121 12 37 464 104 51
Binary 10101111 100001 10011101 0 1010001 1010 11111 100110100 1000100 101001

Color Harmonies of #AF219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF219D

Black with #AF219D

Text Example


Text Example

White with #AF219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF219D; }

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

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

background-color css

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

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

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

border-color css

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

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

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