Html Css Color HEX #A659D5 Amethyst

📋 copy color: '#A659D5'

red 166 ◦ green 89 ◦ blue 213

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

Shades of Amethyst #A659D5

Tints of Amethyst #A659D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.51%

R = 35.47%
G = 19.02%
B = 45.51%

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

#A659D5 (or 0xA659D5) is known color: Amethyst. HEX triplet: A6, 59 and D5. RGB value is (166,89,213). Sum of RGB (Red+Green+Blue) = 166+89+213=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #A659D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659D5 is #59A62A. Grayscale: #7D7D7D. Windows color (decimal): -5875243 or 13982118. OLE color: 13982118.

HSL color Cylindrical-coordinate representation of color #A659D5: hue angle of 277.26º 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 #A659D5 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 89 213 -
CMYK 0.22 0.58 0 0.16
HSL 277.26º 0.6% 0.59% -
HSV(B) 277.26º 0.58% 0.84% -
XYZ 31.31 20.06 65.17 -
YUV 126.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 166 89 213 0.22 0.58 0 0.16 277.26 0.6 0.59
Hex A6 59 D5 16 3A 0 10 115 3C 3B
Octal 246 131 325 26 72 0 20 425 74 73
Binary 10100110 1011001 11010101 10110 111010 0 10000 100010101 111100 111011

Color Harmonies of #A659D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A659D5

Black with #A659D5

Text Example


Text Example

White with #A659D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A659D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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