Html Css Color HEX #AF217F Medium Red Violet

📋 copy color: '#AF217F'

red 175 ◦ green 33 ◦ blue 127

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

Shades of Medium Red Violet #AF217F

Tints of Medium Red Violet #AF217F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.91%

R = 52.24%
G = 9.85%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF217F (or 0xAF217F) is known color: Medium Red Violet. HEX triplet: AF, 21 and 7F. RGB value is (175,33,127). Sum of RGB (Red+Green+Blue) = 175+33+127=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF217F is #50DE80. Grayscale: #555555. Windows color (decimal): -5299841 or 8331695. OLE color: 8331695.

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

Color convert

RGB 175 33 127 -
CMYK 0 0.81 0.27 0.31
HSL 320.28º 0.68% 0.41% -
HSV(B) 320.28º 0.81% 0.69% -
XYZ 22.05 11.73 21.18 -
YUV 86.17 151.04 191.36 -
System Red Green Blue C M Y K H S L
Decimal 175 33 127 0 0.81 0.27 0.31 320.28 0.68 0.41
Hex AF 21 7F 0 51 1B 1F 140 44 29
Octal 257 41 177 0 121 33 37 500 104 51
Binary 10101111 100001 1111111 0 1010001 11011 11111 101000000 1000100 101001

Color Harmonies of #AF217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF217F

Black with #AF217F

Text Example


Text Example

White with #AF217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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