Html Css Color HEX #AF1890 Medium Violet Red

📋 copy color: '#AF1890'

red 175 ◦ green 24 ◦ blue 144

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

Shades of Medium Violet Red #AF1890

Tints of Medium Violet Red #AF1890

RGB

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

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

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

R = 51.02%
G = 7%
B = 41.98%

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

#AF1890 (or 0xAF1890) is known color: Medium Violet Red. HEX triplet: AF, 18 and 90. RGB value is (175,24,144). Sum of RGB (Red+Green+Blue) = 175+24+144=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1890 is #50E76F. Grayscale: #525252. Windows color (decimal): -5302128 or 9443503. OLE color: 9443503.

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

Color convert

RGB 175 24 144 -
CMYK 0 0.86 0.18 0.31
HSL 312.32º 0.76% 0.39% -
HSV(B) 312.32º 0.86% 0.69% -
XYZ 23.04 11.78 27.45 -
YUV 82.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 175 24 144 0 0.86 0.18 0.31 312.32 0.76 0.39
Hex AF 18 90 0 56 12 1F 138 4C 27
Octal 257 30 220 0 126 22 37 470 114 47
Binary 10101111 11000 10010000 0 1010110 10010 11111 100111000 1001100 100111

Color Harmonies of #AF1890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1890

Black with #AF1890

Text Example


Text Example

White with #AF1890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1890; }

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

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

background-color css

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

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

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

border-color css

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

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

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