Html Css Color HEX #A659D6 Amethyst

📋 copy color: '#A659D6'

red 166 ◦ green 89 ◦ blue 214

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

Shades of Amethyst #A659D6

Tints of Amethyst #A659D6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.98%

 BLUE value IS 214 (83.98% from 255) = 45.63%

R = 35.39%
G = 18.98%
B = 45.63%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A659D6 (or 0xA659D6) is known color: Amethyst. HEX triplet: A6, 59 and D6. RGB value is (166,89,214). Sum of RGB (Red+Green+Blue) = 166+89+214=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #A659D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659D6 is #59A629. Grayscale: #7D7D7D. Windows color (decimal): -5875242 or 14047654. OLE color: 14047654.

HSL color Cylindrical-coordinate representation of color #A659D6: hue angle of 276.96º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A659D6 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 89 214 -
CMYK 0.22 0.58 0 0.16
HSL 276.96º 0.6% 0.59% -
HSV(B) 276.96º 0.58% 0.84% -
XYZ 31.44 20.11 65.84 -
YUV 126.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 166 89 214 0.22 0.58 0 0.16 276.96 0.6 0.59
Hex A6 59 D6 16 3A 0 10 115 3C 3B
Octal 246 131 326 26 72 0 20 425 74 73
Binary 10100110 1011001 11010110 10110 111010 0 10000 100010101 111100 111011

Color Harmonies of #A659D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A659D6

Black with #A659D6

Text Example


Text Example

White with #A659D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A659D6; }

 p { color: rgb(166,89,214); }

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

background-color css

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

 a { background-color: rgb(166,89,214); }

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

border-color css

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

 span { border-color: rgb(166,89,214); }

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