Html Css Color HEX #A659DA Amethyst

📋 copy color: '#A659DA'

red 166 ◦ green 89 ◦ blue 218

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

Shades of Amethyst #A659DA

Tints of Amethyst #A659DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 35.1%
G = 18.82%
B = 46.09%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A659DA (or 0xA659DA) is known color: Amethyst. HEX triplet: A6, 59 and DA. RGB value is (166,89,218). Sum of RGB (Red+Green+Blue) = 166+89+218=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #A659DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659DA is #59A625. Grayscale: #7E7E7E. Windows color (decimal): -5875238 or 14309798. OLE color: 14309798.

HSL color Cylindrical-coordinate representation of color #A659DA: hue angle of 275.81º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A659DA is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 89 218 -
CMYK 0.24 0.59 0 0.15
HSL 275.81º 0.64% 0.6% -
HSV(B) 275.81º 0.59% 0.85% -
XYZ 31.95 20.31 68.57 -
YUV 126.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 166 89 218 0.24 0.59 0 0.15 275.81 0.64 0.6
Hex A6 59 DA 18 3B 0 F 114 40 3C
Octal 246 131 332 30 73 0 17 424 100 74
Binary 10100110 1011001 11011010 11000 111011 0 1111 100010100 1000000 111100

Color Harmonies of #A659DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A659DA

Black with #A659DA

Text Example


Text Example

White with #A659DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A659DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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