Html Css Color HEX #AF219F Medium Red Violet

📋 copy color: '#AF219F'

red 175 ◦ green 33 ◦ blue 159

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

Shades of Medium Red Violet #AF219F

Tints of Medium Red Violet #AF219F

RGB

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

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

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

R = 47.68%
G = 8.99%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF219F (or 0xAF219F) is known color: Medium Red Violet. HEX triplet: AF, 21 and 9F. RGB value is (175,33,159). Sum of RGB (Red+Green+Blue) = 175+33+159=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF219F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF219F is #50DE60. Grayscale: #595959. Windows color (decimal): -5299809 or 10428847. OLE color: 10428847.

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

Color convert

RGB 175 33 159 -
CMYK 0 0.81 0.09 0.31
HSL 306.76º 0.68% 0.41% -
HSV(B) 306.76º 0.81% 0.69% -
XYZ 24.48 12.7 33.96 -
YUV 89.82 167.04 188.75 -
System Red Green Blue C M Y K H S L
Decimal 175 33 159 0 0.81 0.09 0.31 306.76 0.68 0.41
Hex AF 21 9F 0 51 9 1F 133 44 29
Octal 257 41 237 0 121 11 37 463 104 51
Binary 10101111 100001 10011111 0 1010001 1001 11111 100110011 1000100 101001

Color Harmonies of #AF219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF219F

Black with #AF219F

Text Example


Text Example

White with #AF219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF219F; }

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

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

background-color css

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

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

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

border-color css

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

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

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