Html Css Color HEX #A170DD Medium Purple

📋 copy color: '#A170DD'

red 161 ◦ green 112 ◦ blue 221

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

Shades of Medium Purple #A170DD

Tints of Medium Purple #A170DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.67%

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

R = 32.59%
G = 22.67%
B = 44.74%

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

#A170DD (or 0xA170DD) is known color: Medium Purple. HEX triplet: A1, 70 and DD. RGB value is (161,112,221). Sum of RGB (Red+Green+Blue) = 161+112+221=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #A170DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170DD is #5E8F22. Grayscale: #8A8A8A. Windows color (decimal): -6197027 or 14512289. OLE color: 14512289.

HSL color Cylindrical-coordinate representation of color #A170DD: hue angle of 266.97º degrees, saturation: 0.62, 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 #A170DD is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 112 221 -
CMYK 0.27 0.49 0 0.13
HSL 266.97º 0.62% 0.65% -
HSV(B) 266.97º 0.49% 0.87% -
XYZ 33.54 24.39 71.35 -
YUV 139.08 174.23 143.64 -
System Red Green Blue C M Y K H S L
Decimal 161 112 221 0.27 0.49 0 0.13 266.97 0.62 0.65
Hex A1 70 DD 1B 31 0 D 10B 3E 41
Octal 241 160 335 33 61 0 15 413 76 101
Binary 10100001 1110000 11011101 11011 110001 0 1101 100001011 111110 1000001

Color Harmonies of #A170DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A170DD

Black with #A170DD

Text Example


Text Example

White with #A170DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A170DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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