Html Css Color HEX #A680EE Medium Purple

📋 copy color: '#A680EE'

red 166 ◦ green 128 ◦ blue 238

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

Shades of Medium Purple #A680EE

Tints of Medium Purple #A680EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.74%

R = 31.2%
G = 24.06%
B = 44.74%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A680EE (or 0xA680EE) is known color: Medium Purple. HEX triplet: A6, 80 and EE. RGB value is (166,128,238). Sum of RGB (Red+Green+Blue) = 166+128+238=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #A680EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A680EE is #597F11. Grayscale: #979797. Windows color (decimal): -5865234 or 15630502. OLE color: 15630502.

HSL color Cylindrical-coordinate representation of color #A680EE: hue angle of 260.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A680EE is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 128 238 -
CMYK 0.30 0.46 0 0.07
HSL 260.73º 0.76% 0.72% -
HSV(B) 260.73º 0.46% 0.93% -
XYZ 38.88 29.72 84.58 -
YUV 151.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 166 128 238 0.30 0.46 0 0.07 260.73 0.76 0.72
Hex A6 80 EE 1E 2E 0 7 105 4C 48
Octal 246 200 356 36 56 0 7 405 114 110
Binary 10100110 10000000 11101110 11110 101110 0 111 100000101 1001100 1001000

Color Harmonies of #A680EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A680EE

Black with #A680EE

Text Example


Text Example

White with #A680EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A680EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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