Html Css Color HEX #A659DC Amethyst

📋 copy color: '#A659DC'

red 166 ◦ green 89 ◦ blue 220

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

Shades of Amethyst #A659DC

Tints of Amethyst #A659DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 34.95%
G = 18.74%
B = 46.32%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A659DC (or 0xA659DC) is known color: Amethyst. HEX triplet: A6, 59 and DC. RGB value is (166,89,220). Sum of RGB (Red+Green+Blue) = 166+89+220=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #A659DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659DC is #59A623. Grayscale: #7E7E7E. Windows color (decimal): -5875236 or 14440870. OLE color: 14440870.

HSL color Cylindrical-coordinate representation of color #A659DC: hue angle of 275.27º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A659DC is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 89 220 -
CMYK 0.25 0.60 0 0.14
HSL 275.27º 0.65% 0.61% -
HSV(B) 275.27º 0.6% 0.86% -
XYZ 32.22 20.42 69.95 -
YUV 126.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 166 89 220 0.25 0.60 0 0.14 275.27 0.65 0.61
Hex A6 59 DC 19 3C 0 E 113 41 3D
Octal 246 131 334 31 74 0 16 423 101 75
Binary 10100110 1011001 11011100 11001 111100 0 1110 100010011 1000001 111101

Color Harmonies of #A659DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A659DC

Black with #A659DC

Text Example


Text Example

White with #A659DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A659DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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