Html Css Color HEX #A171DD Medium Purple

📋 copy color: '#A171DD'

red 161 ◦ green 113 ◦ blue 221

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

Shades of Medium Purple #A171DD

Tints of Medium Purple #A171DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 32.53%
G = 22.83%
B = 44.65%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A171DD (or 0xA171DD) is known color: Medium Purple. HEX triplet: A1, 71 and DD. RGB value is (161,113,221). Sum of RGB (Red+Green+Blue) = 161+113+221=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #A171DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A171DD is #5E8E22. Grayscale: #8B8B8B. Windows color (decimal): -6196771 or 14512545. OLE color: 14512545.

HSL color Cylindrical-coordinate representation of color #A171DD: hue angle of 266.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A171DD is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 113 221 -
CMYK 0.27 0.49 0 0.13
HSL 266.67º 0.61% 0.65% -
HSV(B) 266.67º 0.49% 0.87% -
XYZ 33.65 24.61 71.38 -
YUV 139.66 173.9 143.22 -
System Red Green Blue C M Y K H S L
Decimal 161 113 221 0.27 0.49 0 0.13 266.67 0.61 0.65
Hex A1 71 DD 1B 31 0 D 10B 3D 41
Octal 241 161 335 33 61 0 15 413 75 101
Binary 10100001 1110001 11011101 11011 110001 0 1101 100001011 111101 1000001

Color Harmonies of #A171DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A171DD

Black with #A171DD

Text Example


Text Example

White with #A171DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A171DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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