Html Css Color HEX #AF1490 Medium Violet Red

📋 copy color: '#AF1490'

red 175 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #AF1490

Tints of Medium Violet Red #AF1490

RGB

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

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

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

R = 51.62%
G = 5.9%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF1490 (or 0xAF1490) is known color: Medium Violet Red. HEX triplet: AF, 14 and 90. RGB value is (175,20,144). Sum of RGB (Red+Green+Blue) = 175+20+144=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1490 is #50EB6F. Grayscale: #505050. Windows color (decimal): -5303152 or 9442479. OLE color: 9442479.

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

Color convert

RGB 175 20 144 -
CMYK 0 0.89 0.18 0.31
HSL 312º 0.79% 0.38% -
HSV(B) 312º 0.89% 0.69% -
XYZ 22.96 11.63 27.42 -
YUV 80.48 163.85 195.42 -
System Red Green Blue C M Y K H S L
Decimal 175 20 144 0 0.89 0.18 0.31 312 0.79 0.38
Hex AF 14 90 0 59 12 1F 138 4F 26
Octal 257 24 220 0 131 22 37 470 117 46
Binary 10101111 10100 10010000 0 1011001 10010 11111 100111000 1001111 100110

Color Harmonies of #AF1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1490

Black with #AF1490

Text Example


Text Example

White with #AF1490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1490; }

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

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

background-color css

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

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

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

border-color css

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

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

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