Html Css Color HEX #A171E2 Medium Purple

📋 copy color: '#A171E2'

red 161 ◦ green 113 ◦ blue 226

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

Shades of Medium Purple #A171E2

Tints of Medium Purple #A171E2

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.6%

 BLUE value IS 226 (88.67% from 255) = 45.2%

R = 32.2%
G = 22.6%
B = 45.2%

CMYK

 C value IS 0.29

 M value IS 0.5

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A171E2 (or 0xA171E2) is known color: Medium Purple. HEX triplet: A1, 71 and E2. RGB value is (161,113,226). Sum of RGB (Red+Green+Blue) = 161+113+226=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 226 - color contains mainly: blue. Hex color #A171E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A171E2 is #5E8E1D. Grayscale: #8B8B8B. Windows color (decimal): -6196766 or 14840225. OLE color: 14840225.

HSL color Cylindrical-coordinate representation of color #A171E2: hue angle of 265.49º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A171E2 is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 113 226 -
CMYK 0.29 0.5 0 0.11
HSL 265.49º 0.66% 0.66% -
HSV(B) 265.49º 0.5% 0.89% -
XYZ 34.33 24.88 74.94 -
YUV 140.23 176.4 142.81 -
System Red Green Blue C M Y K H S L
Decimal 161 113 226 0.29 0.5 0 0.11 265.49 0.66 0.66
Hex A1 71 E2 1D 32 0 B 109 42 42
Octal 241 161 342 35 62 0 13 411 102 102
Binary 10100001 1110001 11100010 11101 110010 0 1011 100001001 1000010 1000010

Color Harmonies of #A171E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A171E2

Black with #A171E2

Text Example


Text Example

White with #A171E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A171E2; }

 p { color: rgb(161,113,226); }

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

background-color css

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

 a { background-color: rgb(161,113,226); }

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

border-color css

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

 span { border-color: rgb(161,113,226); }

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