Html Css Color HEX #AF1880 Medium Violet Red

📋 copy color: '#AF1880'

red 175 ◦ green 24 ◦ blue 128

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

Shades of Medium Violet Red #AF1880

Tints of Medium Violet Red #AF1880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.34%

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

R = 53.52%
G = 7.34%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF1880 (or 0xAF1880) is known color: Medium Violet Red. HEX triplet: AF, 18 and 80. RGB value is (175,24,128). Sum of RGB (Red+Green+Blue) = 175+24+128=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1880 is #50E77F. Grayscale: #505050. Windows color (decimal): -5302144 or 8394927. OLE color: 8394927.

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

Color convert

RGB 175 24 128 -
CMYK 0 0.86 0.27 0.31
HSL 318.68º 0.76% 0.39% -
HSV(B) 318.68º 0.86% 0.69% -
XYZ 21.9 11.33 21.45 -
YUV 81.01 154.53 195.04 -
System Red Green Blue C M Y K H S L
Decimal 175 24 128 0 0.86 0.27 0.31 318.68 0.76 0.39
Hex AF 18 80 0 56 1B 1F 13F 4C 27
Octal 257 30 200 0 126 33 37 477 114 47
Binary 10101111 11000 10000000 0 1010110 11011 11111 100111111 1001100 100111

Color Harmonies of #AF1880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1880

Black with #AF1880

Text Example


Text Example

White with #AF1880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1880; }

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

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

background-color css

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

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

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

border-color css

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

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

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