Html Css Color HEX #A659EB Amethyst

📋 copy color: '#A659EB'

red 166 ◦ green 89 ◦ blue 235

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

Shades of Amethyst #A659EB

Tints of Amethyst #A659EB

RGB

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

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

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

R = 33.88%
G = 18.16%
B = 47.96%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A659EB (or 0xA659EB) is known color: Amethyst. HEX triplet: A6, 59 and EB. RGB value is (166,89,235). Sum of RGB (Red+Green+Blue) = 166+89+235=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #A659EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A659EB is #59A614. Grayscale: #808080. Windows color (decimal): -5875221 or 15423910. OLE color: 15423910.

HSL color Cylindrical-coordinate representation of color #A659EB: hue angle of 271.64º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A659EB is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 89 235 -
CMYK 0.29 0.62 0 0.08
HSL 271.64º 0.78% 0.64% -
HSV(B) 271.64º 0.62% 0.92% -
XYZ 34.29 21.25 80.89 -
YUV 128.67 188.01 154.63 -
System Red Green Blue C M Y K H S L
Decimal 166 89 235 0.29 0.62 0 0.08 271.64 0.78 0.64
Hex A6 59 EB 1D 3E 0 8 110 4E 40
Octal 246 131 353 35 76 0 10 420 116 100
Binary 10100110 1011001 11101011 11101 111110 0 1000 100010000 1001110 1000000

Color Harmonies of #A659EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A659EB

Black with #A659EB

Text Example


Text Example

White with #A659EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A659EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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