Html Css Color HEX #A680DB Medium Purple

📋 copy color: '#A680DB'

red 166 ◦ green 128 ◦ blue 219

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

Shades of Medium Purple #A680DB

Tints of Medium Purple #A680DB

RGB

 RED value IS 166 (65.23% from 255) = 32.36%

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

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

R = 32.36%
G = 24.95%
B = 42.69%

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

#A680DB (or 0xA680DB) is known color: Medium Purple. HEX triplet: A6, 80 and DB. RGB value is (166,128,219). Sum of RGB (Red+Green+Blue) = 166+128+219=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #A680DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680DB is #597F24. Grayscale: #959595. Windows color (decimal): -5865253 or 14385318. OLE color: 14385318.

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

Color convert

RGB 166 128 219 -
CMYK 0.24 0.42 0 0.14
HSL 265.06º 0.56% 0.68% -
HSV(B) 265.06º 0.42% 0.86% -
XYZ 36.23 28.66 70.64 -
YUV 149.74 167.09 139.6 -
System Red Green Blue C M Y K H S L
Decimal 166 128 219 0.24 0.42 0 0.14 265.06 0.56 0.68
Hex A6 80 DB 18 2A 0 E 109 38 44
Octal 246 200 333 30 52 0 16 411 70 104
Binary 10100110 10000000 11011011 11000 101010 0 1110 100001001 111000 1000100

Color Harmonies of #A680DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A680DB

Black with #A680DB

Text Example


Text Example

White with #A680DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A680DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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