Html Css Color HEX #A680F7 Medium Purple

📋 copy color: '#A680F7'

red 166 ◦ green 128 ◦ blue 247

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

Shades of Medium Purple #A680F7

Tints of Medium Purple #A680F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.66%

R = 30.68%
G = 23.66%
B = 45.66%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A680F7 (or 0xA680F7) is known color: Medium Purple. HEX triplet: A6, 80 and F7. RGB value is (166,128,247). Sum of RGB (Red+Green+Blue) = 166+128+247=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #A680F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A680F7 is #597F08. Grayscale: #989898. Windows color (decimal): -5865225 or 16220326. OLE color: 16220326.

HSL color Cylindrical-coordinate representation of color #A680F7: hue angle of 259.16º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A680F7 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 166 128 247 -
CMYK 0.33 0.48 0 0.03
HSL 259.16º 0.88% 0.74% -
HSV(B) 259.16º 0.48% 0.97% -
XYZ 40.23 30.26 91.72 -
YUV 152.93 181.09 137.32 -
System Red Green Blue C M Y K H S L
Decimal 166 128 247 0.33 0.48 0 0.03 259.16 0.88 0.74
Hex A6 80 F7 21 30 0 3 103 58 4A
Octal 246 200 367 41 60 0 3 403 130 112
Binary 10100110 10000000 11110111 100001 110000 0 11 100000011 1011000 1001010

Color Harmonies of #A680F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A680F7

Black with #A680F7

Text Example


Text Example

White with #A680F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A680F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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