Html Css Color HEX #A180DD Medium Purple

📋 copy color: '#A180DD'

red 161 ◦ green 128 ◦ blue 221

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

Shades of Medium Purple #A180DD

Tints of Medium Purple #A180DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.1%

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

R = 31.57%
G = 25.1%
B = 43.33%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A180DD (or 0xA180DD) is known color: Medium Purple. HEX triplet: A1, 80 and DD. RGB value is (161,128,221). Sum of RGB (Red+Green+Blue) = 161+128+221=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #A180DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180DD is #5E7F22. Grayscale: #949494. Windows color (decimal): -6192931 or 14516385. OLE color: 14516385.

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

Color convert

RGB 161 128 221 -
CMYK 0.27 0.42 0 0.13
HSL 261.29º 0.58% 0.68% -
HSV(B) 261.29º 0.42% 0.87% -
XYZ 35.47 28.24 71.99 -
YUV 148.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 161 128 221 0.27 0.42 0 0.13 261.29 0.58 0.68
Hex A1 80 DD 1B 2A 0 D 105 3A 44
Octal 241 200 335 33 52 0 15 405 72 104
Binary 10100001 10000000 11011101 11011 101010 0 1101 100000101 111010 1000100

Color Harmonies of #A180DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A180DD

Black with #A180DD

Text Example


Text Example

White with #A180DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A180DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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