Html Css Color HEX #AF218E Medium Red Violet

📋 copy color: '#AF218E'

red 175 ◦ green 33 ◦ blue 142

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

Shades of Medium Red Violet #AF218E

Tints of Medium Red Violet #AF218E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.57%

R = 50%
G = 9.43%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF218E (or 0xAF218E) is known color: Medium Red Violet. HEX triplet: AF, 21 and 8E. RGB value is (175,33,142). Sum of RGB (Red+Green+Blue) = 175+33+142=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF218E is #50DE71. Grayscale: #575757. Windows color (decimal): -5299826 or 9314735. OLE color: 9314735.

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

Color convert

RGB 175 33 142 -
CMYK 0 0.81 0.19 0.31
HSL 313.94º 0.68% 0.41% -
HSV(B) 313.94º 0.81% 0.69% -
XYZ 23.11 12.15 26.72 -
YUV 87.88 158.54 190.14 -
System Red Green Blue C M Y K H S L
Decimal 175 33 142 0 0.81 0.19 0.31 313.94 0.68 0.41
Hex AF 21 8E 0 51 13 1F 13A 44 29
Octal 257 41 216 0 121 23 37 472 104 51
Binary 10101111 100001 10001110 0 1010001 10011 11111 100111010 1000100 101001

Color Harmonies of #AF218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF218E

Black with #AF218E

Text Example


Text Example

White with #AF218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF218E; }

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

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

background-color css

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

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

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

border-color css

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

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

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