Html Css Color HEX #AF2680 Medium Red Violet

📋 copy color: '#AF2680'

red 175 ◦ green 38 ◦ blue 128

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

Shades of Medium Red Violet #AF2680

Tints of Medium Red Violet #AF2680

RGB

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

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

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

R = 51.32%
G = 11.14%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF2680 (or 0xAF2680) is known color: Medium Red Violet. HEX triplet: AF, 26 and 80. RGB value is (175,38,128). Sum of RGB (Red+Green+Blue) = 175+38+128=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2680 is #50D97F. Grayscale: #595959. Windows color (decimal): -5298560 or 8398511. OLE color: 8398511.

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

Color convert

RGB 175 38 128 -
CMYK 0 0.78 0.27 0.31
HSL 320.58º 0.64% 0.42% -
HSV(B) 320.58º 0.78% 0.69% -
XYZ 22.27 12.06 21.58 -
YUV 89.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 175 38 128 0 0.78 0.27 0.31 320.58 0.64 0.42
Hex AF 26 80 0 4E 1B 1F 141 40 2A
Octal 257 46 200 0 116 33 37 501 100 52
Binary 10101111 100110 10000000 0 1001110 11011 11111 101000001 1000000 101010

Color Harmonies of #AF2680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2680

Black with #AF2680

Text Example


Text Example

White with #AF2680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2680; }

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

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

background-color css

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

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

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

border-color css

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

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

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