Html Css Color HEX #AF2871 Medium Red Violet

📋 copy color: '#AF2871'

red 175 ◦ green 40 ◦ blue 113

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

Shades of Medium Red Violet #AF2871

Tints of Medium Red Violet #AF2871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.2%

 BLUE value IS 113 (44.53% from 255) = 34.45%

R = 53.35%
G = 12.2%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF2871 (or 0xAF2871) is known color: Medium Red Violet. HEX triplet: AF, 28 and 71. RGB value is (175,40,113). Sum of RGB (Red+Green+Blue) = 175+40+113=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2871 is #50D78E. Grayscale: #585858. Windows color (decimal): -5298063 or 7415983. OLE color: 7415983.

HSL color Cylindrical-coordinate representation of color #AF2871: hue angle of 327.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2871 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 113 -
CMYK 0 0.77 0.35 0.31
HSL 327.56º 0.63% 0.42% -
HSV(B) 327.56º 0.77% 0.69% -
XYZ 21.42 11.82 16.78 -
YUV 88.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 175 40 113 0 0.77 0.35 0.31 327.56 0.63 0.42
Hex AF 28 71 0 4D 23 1F 148 3F 2A
Octal 257 50 161 0 115 43 37 510 77 52
Binary 10101111 101000 1110001 0 1001101 100011 11111 101001000 111111 101010

Color Harmonies of #AF2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2871

Black with #AF2871

Text Example


Text Example

White with #AF2871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2871; }

 p { color: rgb(175,40,113); }

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

background-color css

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

 a { background-color: rgb(175,40,113); }

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

border-color css

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

 span { border-color: rgb(175,40,113); }

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