Html Css Color HEX #AF2980 Medium Red Violet

📋 copy color: '#AF2980'

red 175 ◦ green 41 ◦ blue 128

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

Shades of Medium Red Violet #AF2980

Tints of Medium Red Violet #AF2980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.92%

 BLUE value IS 128 (50.39% from 255) = 37.21%

R = 50.87%
G = 11.92%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF2980 (or 0xAF2980) is known color: Medium Red Violet. HEX triplet: AF, 29 and 80. RGB value is (175,41,128). Sum of RGB (Red+Green+Blue) = 175+41+128=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2980 is #50D67F. Grayscale: #5A5A5A. Windows color (decimal): -5297792 or 8399279. OLE color: 8399279.

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

Color convert

RGB 175 41 128 -
CMYK 0 0.77 0.27 0.31
HSL 321.04º 0.62% 0.42% -
HSV(B) 321.04º 0.77% 0.69% -
XYZ 22.37 12.26 21.61 -
YUV 90.98 148.89 187.93 -
System Red Green Blue C M Y K H S L
Decimal 175 41 128 0 0.77 0.27 0.31 321.04 0.62 0.42
Hex AF 29 80 0 4D 1B 1F 141 3E 2A
Octal 257 51 200 0 115 33 37 501 76 52
Binary 10101111 101001 10000000 0 1001101 11011 11111 101000001 111110 101010

Color Harmonies of #AF2980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2980

Black with #AF2980

Text Example


Text Example

White with #AF2980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2980; }

 p { color: rgb(175,41,128); }

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

background-color css

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

 a { background-color: rgb(175,41,128); }

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

border-color css

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

 span { border-color: rgb(175,41,128); }

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