Html Css Color HEX #A659CE Amethyst

📋 copy color: '#A659CE'

red 166 ◦ green 89 ◦ blue 206

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

Shades of Amethyst #A659CE

Tints of Amethyst #A659CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 36.01%
G = 19.31%
B = 44.69%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A659CE (or 0xA659CE) is known color: Amethyst. HEX triplet: A6, 59 and CE. RGB value is (166,89,206). Sum of RGB (Red+Green+Blue) = 166+89+206=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #A659CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659CE is #59A631. Grayscale: #7C7C7C. Windows color (decimal): -5875250 or 13523366. OLE color: 13523366.

HSL color Cylindrical-coordinate representation of color #A659CE: hue angle of 279.49º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A659CE is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 89 206 -
CMYK 0.19 0.57 0 0.19
HSL 279.49º 0.54% 0.58% -
HSV(B) 279.49º 0.57% 0.81% -
XYZ 30.44 19.71 60.59 -
YUV 125.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 166 89 206 0.19 0.57 0 0.19 279.49 0.54 0.58
Hex A6 59 CE 13 39 0 13 117 36 3A
Octal 246 131 316 23 71 0 23 427 66 72
Binary 10100110 1011001 11001110 10011 111001 0 10011 100010111 110110 111010

Color Harmonies of #A659CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A659CE

Black with #A659CE

Text Example


Text Example

White with #A659CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A659CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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