Html Css Color HEX #A480DB Medium Purple

📋 copy color: '#A480DB'

red 164 ◦ green 128 ◦ blue 219

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

Shades of Medium Purple #A480DB

Tints of Medium Purple #A480DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.86%

R = 32.09%
G = 25.05%
B = 42.86%

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

#A480DB (or 0xA480DB) is known color: Medium Purple. HEX triplet: A4, 80 and DB. RGB value is (164,128,219). Sum of RGB (Red+Green+Blue) = 164+128+219=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #A480DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480DB is #5B7F24. Grayscale: #949494. Windows color (decimal): -5996325 or 14385316. OLE color: 14385316.

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

Color convert

RGB 164 128 219 -
CMYK 0.25 0.42 0 0.14
HSL 263.74º 0.56% 0.68% -
HSV(B) 263.74º 0.42% 0.86% -
XYZ 35.82 28.45 70.62 -
YUV 149.14 167.43 138.6 -
System Red Green Blue C M Y K H S L
Decimal 164 128 219 0.25 0.42 0 0.14 263.74 0.56 0.68
Hex A4 80 DB 19 2A 0 E 108 38 44
Octal 244 200 333 31 52 0 16 410 70 104
Binary 10100100 10000000 11011011 11001 101010 0 1110 100001000 111000 1000100

Color Harmonies of #A480DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A480DB

Black with #A480DB

Text Example


Text Example

White with #A480DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A480DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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