Html Css Color HEX #A173F1 Medium Purple

📋 copy color: '#A173F1'

red 161 ◦ green 115 ◦ blue 241

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

Shades of Medium Purple #A173F1

Tints of Medium Purple #A173F1

RGB

 RED value IS 161 (63.28% from 255) = 31.14%

 GREEN value IS 115 (45.31% from 255) = 22.24%

 BLUE value IS 241 (94.53% from 255) = 46.62%

R = 31.14%
G = 22.24%
B = 46.62%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A173F1 (or 0xA173F1) is known color: Medium Purple. HEX triplet: A1, 73 and F1. RGB value is (161,115,241). Sum of RGB (Red+Green+Blue) = 161+115+241=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #A173F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A173F1 is #5E8C0E. Grayscale: #8E8E8E. Windows color (decimal): -6196239 or 15823777. OLE color: 15823777.

HSL color Cylindrical-coordinate representation of color #A173F1: hue angle of 261.9º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A173F1 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 115 241 -
CMYK 0.33 0.52 0 0.05
HSL 261.9º 0.82% 0.7% -
HSV(B) 261.9º 0.52% 0.95% -
XYZ 36.71 26.19 86.34 -
YUV 143.12 183.24 140.75 -
System Red Green Blue C M Y K H S L
Decimal 161 115 241 0.33 0.52 0 0.05 261.9 0.82 0.7
Hex A1 73 F1 21 34 0 5 106 52 46
Octal 241 163 361 41 64 0 5 406 122 106
Binary 10100001 1110011 11110001 100001 110100 0 101 100000110 1010010 1000110

Color Harmonies of #A173F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A173F1

Black with #A173F1

Text Example


Text Example

White with #A173F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A173F1; }

 p { color: rgb(161,115,241); }

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

background-color css

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

 a { background-color: rgb(161,115,241); }

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

border-color css

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

 span { border-color: rgb(161,115,241); }

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