Html Css Color HEX #AF2872 Medium Red Violet

📋 copy color: '#AF2872'

red 175 ◦ green 40 ◦ blue 114

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

Shades of Medium Red Violet #AF2872

Tints of Medium Red Violet #AF2872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.65%

R = 53.19%
G = 12.16%
B = 34.65%

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

#AF2872 (or 0xAF2872) is known color: Medium Red Violet. HEX triplet: AF, 28 and 72. RGB value is (175,40,114). Sum of RGB (Red+Green+Blue) = 175+40+114=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2872 is #50D78D. Grayscale: #585858. Windows color (decimal): -5298062 or 7481519. OLE color: 7481519.

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

Color convert

RGB 175 40 114 -
CMYK 0 0.77 0.35 0.31
HSL 327.11º 0.63% 0.42% -
HSV(B) 327.11º 0.77% 0.69% -
XYZ 21.48 11.85 17.07 -
YUV 88.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 175 40 114 0 0.77 0.35 0.31 327.11 0.63 0.42
Hex AF 28 72 0 4D 23 1F 147 3F 2A
Octal 257 50 162 0 115 43 37 507 77 52
Binary 10101111 101000 1110010 0 1001101 100011 11111 101000111 111111 101010

Color Harmonies of #AF2872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2872

Black with #AF2872

Text Example


Text Example

White with #AF2872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2872; }

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

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

background-color css

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

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

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

border-color css

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

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

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