Html Css Color HEX #AF2671 Medium Red Violet

📋 copy color: '#AF2671'

red 175 ◦ green 38 ◦ blue 113

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

Shades of Medium Red Violet #AF2671

Tints of Medium Red Violet #AF2671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.66%

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

R = 53.68%
G = 11.66%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF2671 (or 0xAF2671) is known color: Medium Red Violet. HEX triplet: AF, 26 and 71. RGB value is (175,38,113). Sum of RGB (Red+Green+Blue) = 175+38+113=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2671 is #50D98E. Grayscale: #575757. Windows color (decimal): -5298575 or 7415471. OLE color: 7415471.

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

Color convert

RGB 175 38 113 -
CMYK 0 0.78 0.35 0.31
HSL 327.15º 0.64% 0.42% -
HSV(B) 327.15º 0.78% 0.69% -
XYZ 21.35 11.69 16.75 -
YUV 87.51 142.39 190.4 -
System Red Green Blue C M Y K H S L
Decimal 175 38 113 0 0.78 0.35 0.31 327.15 0.64 0.42
Hex AF 26 71 0 4E 23 1F 147 40 2A
Octal 257 46 161 0 116 43 37 507 100 52
Binary 10101111 100110 1110001 0 1001110 100011 11111 101000111 1000000 101010

Color Harmonies of #AF2671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2671

Black with #AF2671

Text Example


Text Example

White with #AF2671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2671; }

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

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

background-color css

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

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

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

border-color css

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

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

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