Html Css Color HEX #A656EA Amethyst

📋 copy color: '#A656EA'

red 166 ◦ green 86 ◦ blue 234

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

Shades of Amethyst #A656EA

Tints of Amethyst #A656EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 34.16%
G = 17.7%
B = 48.15%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A656EA (or 0xA656EA) is known color: Amethyst. HEX triplet: A6, 56 and EA. RGB value is (166,86,234). Sum of RGB (Red+Green+Blue) = 166+86+234=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #A656EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A656EA is #59A915. Grayscale: #7E7E7E. Windows color (decimal): -5875990 or 15357606. OLE color: 15357606.

HSL color Cylindrical-coordinate representation of color #A656EA: hue angle of 272.43º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A656EA is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 86 234 -
CMYK 0.29 0.63 0 0.08
HSL 272.43º 0.78% 0.63% -
HSV(B) 272.43º 0.63% 0.92% -
XYZ 33.9 20.7 80.05 -
YUV 126.79 188.5 155.97 -
System Red Green Blue C M Y K H S L
Decimal 166 86 234 0.29 0.63 0 0.08 272.43 0.78 0.63
Hex A6 56 EA 1D 3F 0 8 110 4E 3F
Octal 246 126 352 35 77 0 10 420 116 77
Binary 10100110 1010110 11101010 11101 111111 0 1000 100010000 1001110 111111

Color Harmonies of #A656EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A656EA

Black with #A656EA

Text Example


Text Example

White with #A656EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A656EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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