Html Css Color HEX #AF217C Medium Red Violet

📋 copy color: '#AF217C'

red 175 ◦ green 33 ◦ blue 124

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

Shades of Medium Red Violet #AF217C

Tints of Medium Red Violet #AF217C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.35%

R = 52.71%
G = 9.94%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF217C (or 0xAF217C) is known color: Medium Red Violet. HEX triplet: AF, 21 and 7C. RGB value is (175,33,124). Sum of RGB (Red+Green+Blue) = 175+33+124=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF217C is #50DE83. Grayscale: #555555. Windows color (decimal): -5299844 or 8135087. OLE color: 8135087.

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

Color convert

RGB 175 33 124 -
CMYK 0 0.81 0.29 0.31
HSL 321.55º 0.68% 0.41% -
HSV(B) 321.55º 0.81% 0.69% -
XYZ 21.86 11.66 20.17 -
YUV 85.83 149.54 191.6 -
System Red Green Blue C M Y K H S L
Decimal 175 33 124 0 0.81 0.29 0.31 321.55 0.68 0.41
Hex AF 21 7C 0 51 1D 1F 142 44 29
Octal 257 41 174 0 121 35 37 502 104 51
Binary 10101111 100001 1111100 0 1010001 11101 11111 101000010 1000100 101001

Color Harmonies of #AF217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF217C

Black with #AF217C

Text Example


Text Example

White with #AF217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF217C; }

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

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

background-color css

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

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

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

border-color css

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

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

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