Html Css Color HEX #A656EB Amethyst

📋 copy color: '#A656EB'

red 166 ◦ green 86 ◦ blue 235

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

Shades of Amethyst #A656EB

Tints of Amethyst #A656EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.25%

R = 34.09%
G = 17.66%
B = 48.25%

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

#A656EB (or 0xA656EB) is known color: Amethyst. HEX triplet: A6, 56 and EB. RGB value is (166,86,235). Sum of RGB (Red+Green+Blue) = 166+86+235=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #A656EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A656EB is #59A914. Grayscale: #7E7E7E. Windows color (decimal): -5875989 or 15423142. OLE color: 15423142.

HSL color Cylindrical-coordinate representation of color #A656EB: hue angle of 272.21º degrees, saturation: 0.79, 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 #A656EB is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 86 235 -
CMYK 0.29 0.63 0 0.08
HSL 272.21º 0.79% 0.63% -
HSV(B) 272.21º 0.63% 0.92% -
XYZ 34.05 20.76 80.81 -
YUV 126.91 189 155.88 -
System Red Green Blue C M Y K H S L
Decimal 166 86 235 0.29 0.63 0 0.08 272.21 0.79 0.63
Hex A6 56 EB 1D 3F 0 8 110 4F 3F
Octal 246 126 353 35 77 0 10 420 117 77
Binary 10100110 1010110 11101011 11101 111111 0 1000 100010000 1001111 111111

Color Harmonies of #A656EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A656EB

Black with #A656EB

Text Example


Text Example

White with #A656EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A656EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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