Html Css Color HEX #AF1390 Medium Violet Red

📋 copy color: '#AF1390'

red 175 ◦ green 19 ◦ blue 144

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

Shades of Medium Violet Red #AF1390

Tints of Medium Violet Red #AF1390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.62%

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

R = 51.78%
G = 5.62%
B = 42.6%

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

#AF1390 (or 0xAF1390) is known color: Medium Violet Red. HEX triplet: AF, 13 and 90. RGB value is (175,19,144). Sum of RGB (Red+Green+Blue) = 175+19+144=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1390 is #50EC6F. Grayscale: #4F4F4F. Windows color (decimal): -5303408 or 9442223. OLE color: 9442223.

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

Color convert

RGB 175 19 144 -
CMYK 0 0.89 0.18 0.31
HSL 311.92º 0.8% 0.38% -
HSV(B) 311.92º 0.89% 0.69% -
XYZ 22.95 11.59 27.41 -
YUV 79.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 175 19 144 0 0.89 0.18 0.31 311.92 0.8 0.38
Hex AF 13 90 0 59 12 1F 138 50 26
Octal 257 23 220 0 131 22 37 470 120 46
Binary 10101111 10011 10010000 0 1011001 10010 11111 100111000 1010000 100110

Color Harmonies of #AF1390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1390

Black with #AF1390

Text Example


Text Example

White with #AF1390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1390; }

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

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

background-color css

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

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

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

border-color css

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

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

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