Html Css Color HEX #AF2271 Medium Red Violet

📋 copy color: '#AF2271'

red 175 ◦ green 34 ◦ blue 113

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

Shades of Medium Red Violet #AF2271

Tints of Medium Red Violet #AF2271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.56%

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

R = 54.35%
G = 10.56%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF2271 (or 0xAF2271) is known color: Medium Red Violet. HEX triplet: AF, 22 and 71. RGB value is (175,34,113). Sum of RGB (Red+Green+Blue) = 175+34+113=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2271 is #50DD8E. Grayscale: #545454. Windows color (decimal): -5299599 or 7414447. OLE color: 7414447.

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

Color convert

RGB 175 34 113 -
CMYK 0 0.81 0.35 0.31
HSL 326.38º 0.67% 0.41% -
HSV(B) 326.38º 0.81% 0.69% -
XYZ 21.23 11.45 16.71 -
YUV 85.17 143.71 192.08 -
System Red Green Blue C M Y K H S L
Decimal 175 34 113 0 0.81 0.35 0.31 326.38 0.67 0.41
Hex AF 22 71 0 51 23 1F 146 43 29
Octal 257 42 161 0 121 43 37 506 103 51
Binary 10101111 100010 1110001 0 1010001 100011 11111 101000110 1000011 101001

Color Harmonies of #AF2271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2271

Black with #AF2271

Text Example


Text Example

White with #AF2271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2271; }

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

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

background-color css

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

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

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

border-color css

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

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

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