Html Css Color HEX #A656EE Amethyst

📋 copy color: '#A656EE'

red 166 ◦ green 86 ◦ blue 238

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

Shades of Amethyst #A656EE

Tints of Amethyst #A656EE

RGB

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

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

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

R = 33.88%
G = 17.55%
B = 48.57%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A656EE (or 0xA656EE) is known color: Amethyst. HEX triplet: A6, 56 and EE. RGB value is (166,86,238). Sum of RGB (Red+Green+Blue) = 166+86+238=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #A656EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A656EE is #59A911. Grayscale: #7E7E7E. Windows color (decimal): -5875986 or 15619750. OLE color: 15619750.

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

Color convert

RGB 166 86 238 -
CMYK 0.30 0.64 0 0.07
HSL 271.58º 0.82% 0.64% -
HSV(B) 271.58º 0.64% 0.93% -
XYZ 34.49 20.94 83.11 -
YUV 127.25 190.5 155.64 -
System Red Green Blue C M Y K H S L
Decimal 166 86 238 0.30 0.64 0 0.07 271.58 0.82 0.64
Hex A6 56 EE 1E 40 0 7 110 52 40
Octal 246 126 356 36 100 0 7 420 122 100
Binary 10100110 1010110 11101110 11110 1000000 0 111 100010000 1010010 1000000

Color Harmonies of #A656EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A656EE

Black with #A656EE

Text Example


Text Example

White with #A656EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A656EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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