Html Css Color HEX #AF1491 Medium Violet Red

📋 copy color: '#AF1491'

red 175 ◦ green 20 ◦ blue 145

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

Shades of Medium Violet Red #AF1491

Tints of Medium Violet Red #AF1491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.88%

 BLUE value IS 145 (57.03% from 255) = 42.65%

R = 51.47%
G = 5.88%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF1491 (or 0xAF1491) is known color: Medium Violet Red. HEX triplet: AF, 14 and 91. RGB value is (175,20,145). Sum of RGB (Red+Green+Blue) = 175+20+145=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1491 is #50EB6E. Grayscale: #505050. Windows color (decimal): -5303151 or 9508015. OLE color: 9508015.

HSL color Cylindrical-coordinate representation of color #AF1491: hue angle of 311.61º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1491 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 20 145 -
CMYK 0 0.89 0.17 0.31
HSL 311.61º 0.79% 0.38% -
HSV(B) 311.61º 0.89% 0.69% -
XYZ 23.04 11.66 27.82 -
YUV 80.6 164.35 195.34 -
System Red Green Blue C M Y K H S L
Decimal 175 20 145 0 0.89 0.17 0.31 311.61 0.79 0.38
Hex AF 14 91 0 59 11 1F 138 4F 26
Octal 257 24 221 0 131 21 37 470 117 46
Binary 10101111 10100 10010001 0 1011001 10001 11111 100111000 1001111 100110

Color Harmonies of #AF1491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1491

Black with #AF1491

Text Example


Text Example

White with #AF1491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1491; }

 p { color: rgb(175,20,145); }

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

background-color css

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

 a { background-color: rgb(175,20,145); }

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

border-color css

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

 span { border-color: rgb(175,20,145); }

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