Html Css Color HEX #A480DD Medium Purple

📋 copy color: '#A480DD'

red 164 ◦ green 128 ◦ blue 221

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

Shades of Medium Purple #A480DD

Tints of Medium Purple #A480DD

RGB

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

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

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

R = 31.97%
G = 24.95%
B = 43.08%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A480DD (or 0xA480DD) is known color: Medium Purple. HEX triplet: A4, 80 and DD. RGB value is (164,128,221). Sum of RGB (Red+Green+Blue) = 164+128+221=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #A480DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480DD is #5B7F22. Grayscale: #959595. Windows color (decimal): -5996323 or 14516388. OLE color: 14516388.

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

Color convert

RGB 164 128 221 -
CMYK 0.26 0.42 0 0.13
HSL 263.23º 0.58% 0.68% -
HSV(B) 263.23º 0.42% 0.87% -
XYZ 36.08 28.55 72.02 -
YUV 149.37 168.43 138.44 -
System Red Green Blue C M Y K H S L
Decimal 164 128 221 0.26 0.42 0 0.13 263.23 0.58 0.68
Hex A4 80 DD 1A 2A 0 D 107 3A 44
Octal 244 200 335 32 52 0 15 407 72 104
Binary 10100100 10000000 11011101 11010 101010 0 1101 100000111 111010 1000100

Color Harmonies of #A480DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A480DD

Black with #A480DD

Text Example


Text Example

White with #A480DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A480DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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