Html Css Color HEX #AF218B Medium Red Violet

📋 copy color: '#AF218B'

red 175 ◦ green 33 ◦ blue 139

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

Shades of Medium Red Violet #AF218B

Tints of Medium Red Violet #AF218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.06%

R = 50.43%
G = 9.51%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF218B (or 0xAF218B) is known color: Medium Red Violet. HEX triplet: AF, 21 and 8B. RGB value is (175,33,139). Sum of RGB (Red+Green+Blue) = 175+33+139=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF218B is #50DE74. Grayscale: #575757. Windows color (decimal): -5299829 or 9118127. OLE color: 9118127.

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

Color convert

RGB 175 33 139 -
CMYK 0 0.81 0.21 0.31
HSL 315.21º 0.68% 0.41% -
HSV(B) 315.21º 0.81% 0.69% -
XYZ 22.88 12.07 25.55 -
YUV 87.54 157.04 190.38 -
System Red Green Blue C M Y K H S L
Decimal 175 33 139 0 0.81 0.21 0.31 315.21 0.68 0.41
Hex AF 21 8B 0 51 15 1F 13B 44 29
Octal 257 41 213 0 121 25 37 473 104 51
Binary 10101111 100001 10001011 0 1010001 10101 11111 100111011 1000100 101001

Color Harmonies of #AF218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF218B

Black with #AF218B

Text Example


Text Example

White with #AF218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF218B; }

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

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

background-color css

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

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

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

border-color css

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

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

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