Html Css Color HEX #A780DB Medium Purple

📋 copy color: '#A780DB'

red 167 ◦ green 128 ◦ blue 219

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

Shades of Medium Purple #A780DB

Tints of Medium Purple #A780DB

RGB

 RED value IS 167 (65.63% from 255) = 32.49%

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

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

R = 32.49%
G = 24.9%
B = 42.61%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A780DB (or 0xA780DB) is known color: Medium Purple. HEX triplet: A7, 80 and DB. RGB value is (167,128,219). Sum of RGB (Red+Green+Blue) = 167+128+219=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #A780DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780DB is #587F24. Grayscale: #959595. Windows color (decimal): -5799717 or 14385319. OLE color: 14385319.

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

Color convert

RGB 167 128 219 -
CMYK 0.24 0.42 0 0.14
HSL 265.71º 0.56% 0.68% -
HSV(B) 265.71º 0.42% 0.86% -
XYZ 36.44 28.77 70.65 -
YUV 150.04 166.92 140.1 -
System Red Green Blue C M Y K H S L
Decimal 167 128 219 0.24 0.42 0 0.14 265.71 0.56 0.68
Hex A7 80 DB 18 2A 0 E 10A 38 44
Octal 247 200 333 30 52 0 16 412 70 104
Binary 10100111 10000000 11011011 11000 101010 0 1110 100001010 111000 1000100

Color Harmonies of #A780DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A780DB

Black with #A780DB

Text Example


Text Example

White with #A780DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A780DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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