Html Css Color HEX #A480DA Medium Purple

📋 copy color: '#A480DA'

red 164 ◦ green 128 ◦ blue 218

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

Shades of Medium Purple #A480DA

Tints of Medium Purple #A480DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 32.16%
G = 25.1%
B = 42.75%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A480DA (or 0xA480DA) is known color: Medium Purple. HEX triplet: A4, 80 and DA. RGB value is (164,128,218). Sum of RGB (Red+Green+Blue) = 164+128+218=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #A480DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480DA is #5B7F25. Grayscale: #949494. Windows color (decimal): -5996326 or 14319780. OLE color: 14319780.

HSL color Cylindrical-coordinate representation of color #A480DA: hue angle of 264º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A480DA is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 128 218 -
CMYK 0.25 0.41 0 0.15
HSL 264º 0.55% 0.68% -
HSV(B) 264º 0.41% 0.85% -
XYZ 35.68 28.39 69.93 -
YUV 149.02 166.93 138.68 -
System Red Green Blue C M Y K H S L
Decimal 164 128 218 0.25 0.41 0 0.15 264 0.55 0.68
Hex A4 80 DA 19 29 0 F 108 37 44
Octal 244 200 332 31 51 0 17 410 67 104
Binary 10100100 10000000 11011010 11001 101001 0 1111 100001000 110111 1000100

Color Harmonies of #A480DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A480DA

Black with #A480DA

Text Example


Text Example

White with #A480DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A480DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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