Html Css Color HEX #AF218C Medium Red Violet

📋 copy color: '#AF218C'

red 175 ◦ green 33 ◦ blue 140

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

Shades of Medium Red Violet #AF218C

Tints of Medium Red Violet #AF218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 50.29%
G = 9.48%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF218C (or 0xAF218C) is known color: Medium Red Violet. HEX triplet: AF, 21 and 8C. RGB value is (175,33,140). Sum of RGB (Red+Green+Blue) = 175+33+140=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF218C is #50DE73. Grayscale: #575757. Windows color (decimal): -5299828 or 9183663. OLE color: 9183663.

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

Color convert

RGB 175 33 140 -
CMYK 0 0.81 0.2 0.31
HSL 314.79º 0.68% 0.41% -
HSV(B) 314.79º 0.81% 0.69% -
XYZ 22.96 12.1 25.94 -
YUV 87.66 157.54 190.3 -
System Red Green Blue C M Y K H S L
Decimal 175 33 140 0 0.81 0.2 0.31 314.79 0.68 0.41
Hex AF 21 8C 0 51 14 1F 13B 44 29
Octal 257 41 214 0 121 24 37 473 104 51
Binary 10101111 100001 10001100 0 1010001 10100 11111 100111011 1000100 101001

Color Harmonies of #AF218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF218C

Black with #AF218C

Text Example


Text Example

White with #AF218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF218C; }

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

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

background-color css

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

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

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

border-color css

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

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

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