Html Css Color HEX #A680FA Medium Purple

📋 copy color: '#A680FA'

red 166 ◦ green 128 ◦ blue 250

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

Shades of Medium Purple #A680FA

Tints of Medium Purple #A680FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.96%

R = 30.51%
G = 23.53%
B = 45.96%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A680FA (or 0xA680FA) is known color: Medium Purple. HEX triplet: A6, 80 and FA. RGB value is (166,128,250). Sum of RGB (Red+Green+Blue) = 166+128+250=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #A680FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A680FA is #597F05. Grayscale: #989898. Windows color (decimal): -5865222 or 16416934. OLE color: 16416934.

HSL color Cylindrical-coordinate representation of color #A680FA: hue angle of 258.69º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A680FA is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 128 250 -
CMYK 0.34 0.49 0 0.02
HSL 258.69º 0.92% 0.74% -
HSV(B) 258.69º 0.49% 0.98% -
XYZ 40.7 30.45 94.17 -
YUV 153.27 182.59 137.08 -
System Red Green Blue C M Y K H S L
Decimal 166 128 250 0.34 0.49 0 0.02 258.69 0.92 0.74
Hex A6 80 FA 22 31 0 2 103 5C 4A
Octal 246 200 372 42 61 0 2 403 134 112
Binary 10100110 10000000 11111010 100010 110001 0 10 100000011 1011100 1001010

Color Harmonies of #A680FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A680FA

Black with #A680FA

Text Example


Text Example

White with #A680FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A680FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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