Html Css Color HEX #AF217D Medium Red Violet

📋 copy color: '#AF217D'

red 175 ◦ green 33 ◦ blue 125

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

Shades of Medium Red Violet #AF217D

Tints of Medium Red Violet #AF217D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 52.55%
G = 9.91%
B = 37.54%

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

#AF217D (or 0xAF217D) is known color: Medium Red Violet. HEX triplet: AF, 21 and 7D. RGB value is (175,33,125). Sum of RGB (Red+Green+Blue) = 175+33+125=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF217D is #50DE82. Grayscale: #555555. Windows color (decimal): -5299843 or 8200623. OLE color: 8200623.

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

Color convert

RGB 175 33 125 -
CMYK 0 0.81 0.29 0.31
HSL 321.13º 0.68% 0.41% -
HSV(B) 321.13º 0.81% 0.69% -
XYZ 21.92 11.68 20.5 -
YUV 85.95 150.04 191.52 -
System Red Green Blue C M Y K H S L
Decimal 175 33 125 0 0.81 0.29 0.31 321.13 0.68 0.41
Hex AF 21 7D 0 51 1D 1F 141 44 29
Octal 257 41 175 0 121 35 37 501 104 51
Binary 10101111 100001 1111101 0 1010001 11101 11111 101000001 1000100 101001

Color Harmonies of #AF217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF217D

Black with #AF217D

Text Example


Text Example

White with #AF217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF217D; }

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

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

background-color css

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

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

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

border-color css

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

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

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