Html Css Color HEX #AF1990 Medium Violet Red

📋 copy color: '#AF1990'

red 175 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #AF1990

Tints of Medium Violet Red #AF1990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.27%

 BLUE value IS 144 (56.64% from 255) = 41.86%

R = 50.87%
G = 7.27%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF1990 (or 0xAF1990) is known color: Medium Violet Red. HEX triplet: AF, 19 and 90. RGB value is (175,25,144). Sum of RGB (Red+Green+Blue) = 175+25+144=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1990 is #50E66F. Grayscale: #535353. Windows color (decimal): -5301872 or 9443759. OLE color: 9443759.

HSL color Cylindrical-coordinate representation of color #AF1990: hue angle of 312.4º degrees, saturation: 0.75, 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 #AF1990 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 25 144 -
CMYK 0 0.86 0.18 0.31
HSL 312.4º 0.75% 0.39% -
HSV(B) 312.4º 0.86% 0.69% -
XYZ 23.06 11.82 27.45 -
YUV 83.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 175 25 144 0 0.86 0.18 0.31 312.4 0.75 0.39
Hex AF 19 90 0 56 12 1F 138 4B 27
Octal 257 31 220 0 126 22 37 470 113 47
Binary 10101111 11001 10010000 0 1010110 10010 11111 100111000 1001011 100111

Color Harmonies of #AF1990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1990

Black with #AF1990

Text Example


Text Example

White with #AF1990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1990; }

 p { color: rgb(175,25,144); }

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

background-color css

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

 a { background-color: rgb(175,25,144); }

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

border-color css

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

 span { border-color: rgb(175,25,144); }

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