Html Css Color HEX #A480DC Medium Purple

📋 copy color: '#A480DC'

red 164 ◦ green 128 ◦ blue 220

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

Shades of Medium Purple #A480DC

Tints of Medium Purple #A480DC

RGB

 RED value IS 164 (64.45% from 255) = 32.03%

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

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

R = 32.03%
G = 25%
B = 42.97%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A480DC (or 0xA480DC) is known color: Medium Purple. HEX triplet: A4, 80 and DC. RGB value is (164,128,220). Sum of RGB (Red+Green+Blue) = 164+128+220=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #A480DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480DC is #5B7F23. Grayscale: #949494. Windows color (decimal): -5996324 or 14450852. OLE color: 14450852.

HSL color Cylindrical-coordinate representation of color #A480DC: hue angle of 263.48º 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 #A480DC is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 128 220 -
CMYK 0.25 0.42 0 0.14
HSL 263.48º 0.57% 0.68% -
HSV(B) 263.48º 0.42% 0.86% -
XYZ 35.95 28.5 71.32 -
YUV 149.25 167.93 138.52 -
System Red Green Blue C M Y K H S L
Decimal 164 128 220 0.25 0.42 0 0.14 263.48 0.57 0.68
Hex A4 80 DC 19 2A 0 E 107 39 44
Octal 244 200 334 31 52 0 16 407 71 104
Binary 10100100 10000000 11011100 11001 101010 0 1110 100000111 111001 1000100

Color Harmonies of #A480DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A480DC

Black with #A480DC

Text Example


Text Example

White with #A480DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A480DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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