Html Css Color HEX #A680F0 Medium Purple

📋 copy color: '#A680F0'

red 166 ◦ green 128 ◦ blue 240

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

Shades of Medium Purple #A680F0

Tints of Medium Purple #A680F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.94%

R = 31.09%
G = 23.97%
B = 44.94%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A680F0 (or 0xA680F0) is known color: Medium Purple. HEX triplet: A6, 80 and F0. RGB value is (166,128,240). Sum of RGB (Red+Green+Blue) = 166+128+240=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #A680F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A680F0 is #597F0F. Grayscale: #979797. Windows color (decimal): -5865232 or 15761574. OLE color: 15761574.

HSL color Cylindrical-coordinate representation of color #A680F0: hue angle of 260.36º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A680F0 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 128 240 -
CMYK 0.31 0.47 0 0.06
HSL 260.36º 0.79% 0.72% -
HSV(B) 260.36º 0.47% 0.94% -
XYZ 39.17 29.84 86.13 -
YUV 152.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 166 128 240 0.31 0.47 0 0.06 260.36 0.79 0.72
Hex A6 80 F0 1F 2F 0 6 104 4F 48
Octal 246 200 360 37 57 0 6 404 117 110
Binary 10100110 10000000 11110000 11111 101111 0 110 100000100 1001111 1001000

Color Harmonies of #A680F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A680F0

Black with #A680F0

Text Example


Text Example

White with #A680F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A680F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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