Html Css Color HEX #A780DD Medium Purple

📋 copy color: '#A780DD'

red 167 ◦ green 128 ◦ blue 221

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

Shades of Medium Purple #A780DD

Tints of Medium Purple #A780DD

RGB

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

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

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

R = 32.36%
G = 24.81%
B = 42.83%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A780DD (or 0xA780DD) is known color: Medium Purple. HEX triplet: A7, 80 and DD. RGB value is (167,128,221). Sum of RGB (Red+Green+Blue) = 167+128+221=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #A780DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780DD is #587F22. Grayscale: #959595. Windows color (decimal): -5799715 or 14516391. OLE color: 14516391.

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

Color convert

RGB 167 128 221 -
CMYK 0.24 0.42 0 0.13
HSL 265.16º 0.58% 0.68% -
HSV(B) 265.16º 0.42% 0.87% -
XYZ 36.71 28.87 72.05 -
YUV 150.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 167 128 221 0.24 0.42 0 0.13 265.16 0.58 0.68
Hex A7 80 DD 18 2A 0 D 109 3A 44
Octal 247 200 335 30 52 0 15 411 72 104
Binary 10100111 10000000 11011101 11000 101010 0 1101 100001001 111010 1000100

Color Harmonies of #A780DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A780DD

Black with #A780DD

Text Example


Text Example

White with #A780DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A780DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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