Html Css Color HEX #AF1FA0 Medium Red Violet

📋 copy color: '#AF1FA0'

red 175 ◦ green 31 ◦ blue 160

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

Shades of Medium Red Violet #AF1FA0

Tints of Medium Red Violet #AF1FA0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.47%

 BLUE value IS 160 (62.89% from 255) = 43.72%

R = 47.81%
G = 8.47%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF1FA0 (or 0xAF1FA0) is known color: Medium Red Violet. HEX triplet: AF, 1F and A0. RGB value is (175,31,160). Sum of RGB (Red+Green+Blue) = 175+31+160=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1FA0 is #50E05F. Grayscale: #585858. Windows color (decimal): -5300320 or 10493871. OLE color: 10493871.

HSL color Cylindrical-coordinate representation of color #AF1FA0: hue angle of 306.25º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF1FA0 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 31 160 -
CMYK 0 0.82 0.09 0.31
HSL 306.25º 0.7% 0.4% -
HSV(B) 306.25º 0.82% 0.69% -
XYZ 24.51 12.63 34.4 -
YUV 88.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 175 31 160 0 0.82 0.09 0.31 306.25 0.7 0.4
Hex AF 1F A0 0 52 9 1F 132 46 28
Octal 257 37 240 0 122 11 37 462 106 50
Binary 10101111 11111 10100000 0 1010010 1001 11111 100110010 1000110 101000

Color Harmonies of #AF1FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FA0

Black with #AF1FA0

Text Example


Text Example

White with #AF1FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FA0; }

 p { color: rgb(175,31,160); }

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

background-color css

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

 a { background-color: rgb(175,31,160); }

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

border-color css

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

 span { border-color: rgb(175,31,160); }

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