Html Css Color HEX #A180DC Medium Purple

📋 copy color: '#A180DC'

red 161 ◦ green 128 ◦ blue 220

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

Shades of Medium Purple #A180DC

Tints of Medium Purple #A180DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 31.63%
G = 25.15%
B = 43.22%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A180DC (or 0xA180DC) is known color: Medium Purple. HEX triplet: A1, 80 and DC. RGB value is (161,128,220). Sum of RGB (Red+Green+Blue) = 161+128+220=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #A180DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180DC is #5E7F23. Grayscale: #949494. Windows color (decimal): -6192932 or 14450849. OLE color: 14450849.

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

Color convert

RGB 161 128 220 -
CMYK 0.27 0.42 0 0.14
HSL 261.52º 0.57% 0.68% -
HSV(B) 261.52º 0.42% 0.86% -
XYZ 35.34 28.18 71.29 -
YUV 148.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 161 128 220 0.27 0.42 0 0.14 261.52 0.57 0.68
Hex A1 80 DC 1B 2A 0 E 106 39 44
Octal 241 200 334 33 52 0 16 406 71 104
Binary 10100001 10000000 11011100 11011 101010 0 1110 100000110 111001 1000100

Color Harmonies of #A180DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A180DC

Black with #A180DC

Text Example


Text Example

White with #A180DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A180DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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