Html Css Color HEX #AF1FA1 Medium Red Violet

📋 copy color: '#AF1FA1'

red 175 ◦ green 31 ◦ blue 161

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

Shades of Medium Red Violet #AF1FA1

Tints of Medium Red Violet #AF1FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.87%

R = 47.68%
G = 8.45%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#AF1FA1 (or 0xAF1FA1) is known color: Medium Red Violet. HEX triplet: AF, 1F and A1. RGB value is (175,31,161). Sum of RGB (Red+Green+Blue) = 175+31+161=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1FA1 is #50E05E. Grayscale: #585858. Windows color (decimal): -5300319 or 10559407. OLE color: 10559407.

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

Color convert

RGB 175 31 161 -
CMYK 0 0.82 0.08 0.31
HSL 305.83º 0.7% 0.4% -
HSV(B) 305.83º 0.82% 0.69% -
XYZ 24.6 12.67 34.87 -
YUV 88.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 175 31 161 0 0.82 0.08 0.31 305.83 0.7 0.4
Hex AF 1F A1 0 52 8 1F 132 46 28
Octal 257 37 241 0 122 10 37 462 106 50
Binary 10101111 11111 10100001 0 1010010 1000 11111 100110010 1000110 101000

Color Harmonies of #AF1FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FA1

Black with #AF1FA1

Text Example


Text Example

White with #AF1FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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