Html Css Color HEX #A656E3 Amethyst

📋 copy color: '#A656E3'

red 166 ◦ green 86 ◦ blue 227

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

Shades of Amethyst #A656E3

Tints of Amethyst #A656E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 47.39%

R = 34.66%
G = 17.95%
B = 47.39%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A656E3 (or 0xA656E3) is known color: Amethyst. HEX triplet: A6, 56 and E3. RGB value is (166,86,227). Sum of RGB (Red+Green+Blue) = 166+86+227=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 227 (89.06% from 255 or 47.39% from 479); Max value from RGB is 227 - color contains mainly: blue. Hex color #A656E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A656E3 is #59A91C. Grayscale: #7D7D7D. Windows color (decimal): -5875997 or 14898854. OLE color: 14898854.

HSL color Cylindrical-coordinate representation of color #A656E3: hue angle of 274.04º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A656E3 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 86 227 -
CMYK 0.27 0.62 0 0.11
HSL 274.04º 0.72% 0.61% -
HSV(B) 274.04º 0.62% 0.89% -
XYZ 32.92 20.31 74.86 -
YUV 125.99 185 156.54 -
System Red Green Blue C M Y K H S L
Decimal 166 86 227 0.27 0.62 0 0.11 274.04 0.72 0.61
Hex A6 56 E3 1B 3E 0 B 112 48 3D
Octal 246 126 343 33 76 0 13 422 110 75
Binary 10100110 1010110 11100011 11011 111110 0 1011 100010010 1001000 111101

Color Harmonies of #A656E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A656E3

Black with #A656E3

Text Example


Text Example

White with #A656E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A656E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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