Html Css Color HEX #A680DA Medium Purple

📋 copy color: '#A680DA'

red 166 ◦ green 128 ◦ blue 218

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

Shades of Medium Purple #A680DA

Tints of Medium Purple #A680DA

RGB

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

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

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

R = 32.42%
G = 25%
B = 42.58%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A680DA (or 0xA680DA) is known color: Medium Purple. HEX triplet: A6, 80 and DA. RGB value is (166,128,218). Sum of RGB (Red+Green+Blue) = 166+128+218=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #A680DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680DA is #597F25. Grayscale: #959595. Windows color (decimal): -5865254 or 14319782. OLE color: 14319782.

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

Color convert

RGB 166 128 218 -
CMYK 0.24 0.41 0 0.15
HSL 265.33º 0.55% 0.68% -
HSV(B) 265.33º 0.41% 0.85% -
XYZ 36.1 28.61 69.95 -
YUV 149.62 166.59 139.68 -
System Red Green Blue C M Y K H S L
Decimal 166 128 218 0.24 0.41 0 0.15 265.33 0.55 0.68
Hex A6 80 DA 18 29 0 F 109 37 44
Octal 246 200 332 30 51 0 17 411 67 104
Binary 10100110 10000000 11011010 11000 101001 0 1111 100001001 110111 1000100

Color Harmonies of #A680DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A680DA

Black with #A680DA

Text Example


Text Example

White with #A680DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A680DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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