Html Css Color HEX #A656F0 Amethyst

📋 copy color: '#A656F0'

red 166 ◦ green 86 ◦ blue 240

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

Shades of Amethyst #A656F0

Tints of Amethyst #A656F0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.48%

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

R = 33.74%
G = 17.48%
B = 48.78%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A656F0 (or 0xA656F0) is known color: Amethyst. HEX triplet: A6, 56 and F0. RGB value is (166,86,240). Sum of RGB (Red+Green+Blue) = 166+86+240=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #A656F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A656F0 is #59A90F. Grayscale: #7E7E7E. Windows color (decimal): -5875984 or 15750822. OLE color: 15750822.

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

Color convert

RGB 166 86 240 -
CMYK 0.31 0.64 0 0.06
HSL 271.17º 0.84% 0.64% -
HSV(B) 271.17º 0.64% 0.94% -
XYZ 34.78 21.05 84.67 -
YUV 127.48 191.5 155.48 -
System Red Green Blue C M Y K H S L
Decimal 166 86 240 0.31 0.64 0 0.06 271.17 0.84 0.64
Hex A6 56 F0 1F 40 0 6 10F 54 40
Octal 246 126 360 37 100 0 6 417 124 100
Binary 10100110 1010110 11110000 11111 1000000 0 110 100001111 1010100 1000000

Color Harmonies of #A656F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A656F0

Black with #A656F0

Text Example


Text Example

White with #A656F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A656F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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