Html Css Color HEX #AF1A80 Medium Violet Red

📋 copy color: '#AF1A80'

red 175 ◦ green 26 ◦ blue 128

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

Shades of Medium Violet Red #AF1A80

Tints of Medium Violet Red #AF1A80

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.9%

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

R = 53.19%
G = 7.9%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF1A80 (or 0xAF1A80) is known color: Medium Violet Red. HEX triplet: AF, 1A and 80. RGB value is (175,26,128). Sum of RGB (Red+Green+Blue) = 175+26+128=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1A80 is #50E57F. Grayscale: #515151. Windows color (decimal): -5301632 or 8395439. OLE color: 8395439.

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

Color convert

RGB 175 26 128 -
CMYK 0 0.85 0.27 0.31
HSL 318.93º 0.74% 0.39% -
HSV(B) 318.93º 0.85% 0.69% -
XYZ 21.94 11.41 21.47 -
YUV 82.18 153.86 194.21 -
System Red Green Blue C M Y K H S L
Decimal 175 26 128 0 0.85 0.27 0.31 318.93 0.74 0.39
Hex AF 1A 80 0 55 1B 1F 13F 4A 27
Octal 257 32 200 0 125 33 37 477 112 47
Binary 10101111 11010 10000000 0 1010101 11011 11111 100111111 1001010 100111

Color Harmonies of #AF1A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A80

Black with #AF1A80

Text Example


Text Example

White with #AF1A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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