Html Css Color HEX #AF2080 Medium Red Violet

📋 copy color: '#AF2080'

red 175 ◦ green 32 ◦ blue 128

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

Shades of Medium Red Violet #AF2080

Tints of Medium Red Violet #AF2080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.55%

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

R = 52.24%
G = 9.55%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF2080 (or 0xAF2080) is known color: Medium Red Violet. HEX triplet: AF, 20 and 80. RGB value is (175,32,128). Sum of RGB (Red+Green+Blue) = 175+32+128=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2080 is #50DF7F. Grayscale: #555555. Windows color (decimal): -5300096 or 8396975. OLE color: 8396975.

HSL color Cylindrical-coordinate representation of color #AF2080: hue angle of 319.72º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2080 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 32 128 -
CMYK 0 0.82 0.27 0.31
HSL 319.72º 0.69% 0.41% -
HSV(B) 319.72º 0.82% 0.69% -
XYZ 22.09 11.71 21.52 -
YUV 85.7 151.88 191.69 -
System Red Green Blue C M Y K H S L
Decimal 175 32 128 0 0.82 0.27 0.31 319.72 0.69 0.41
Hex AF 20 80 0 52 1B 1F 140 45 29
Octal 257 40 200 0 122 33 37 500 105 51
Binary 10101111 100000 10000000 0 1010010 11011 11111 101000000 1000101 101001

Color Harmonies of #AF2080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2080

Black with #AF2080

Text Example


Text Example

White with #AF2080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2080; }

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

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

background-color css

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

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

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

border-color css

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

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

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