Html Css Color HEX #AF217E Medium Red Violet

📋 copy color: '#AF217E'

red 175 ◦ green 33 ◦ blue 126

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

Shades of Medium Red Violet #AF217E

Tints of Medium Red Violet #AF217E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.72%

R = 52.4%
G = 9.88%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF217E (or 0xAF217E) is known color: Medium Red Violet. HEX triplet: AF, 21 and 7E. RGB value is (175,33,126). Sum of RGB (Red+Green+Blue) = 175+33+126=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF217E is #50DE81. Grayscale: #555555. Windows color (decimal): -5299842 or 8266159. OLE color: 8266159.

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

Color convert

RGB 175 33 126 -
CMYK 0 0.81 0.28 0.31
HSL 320.7º 0.68% 0.41% -
HSV(B) 320.7º 0.81% 0.69% -
XYZ 21.99 11.71 20.84 -
YUV 86.06 150.54 191.44 -
System Red Green Blue C M Y K H S L
Decimal 175 33 126 0 0.81 0.28 0.31 320.7 0.68 0.41
Hex AF 21 7E 0 51 1C 1F 141 44 29
Octal 257 41 176 0 121 34 37 501 104 51
Binary 10101111 100001 1111110 0 1010001 11100 11111 101000001 1000100 101001

Color Harmonies of #AF217E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF217E

Black with #AF217E

Text Example


Text Example

White with #AF217E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF217E; }

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

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

background-color css

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

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

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

border-color css

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

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

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