Html Css Color HEX #A656DC Amethyst

📋 copy color: '#A656DC'

red 166 ◦ green 86 ◦ blue 220

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

Shades of Amethyst #A656DC

Tints of Amethyst #A656DC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.22%

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

R = 35.17%
G = 18.22%
B = 46.61%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A656DC (or 0xA656DC) is known color: Amethyst. HEX triplet: A6, 56 and DC. RGB value is (166,86,220). Sum of RGB (Red+Green+Blue) = 166+86+220=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #A656DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A656DC is #59A923. Grayscale: #7C7C7C. Windows color (decimal): -5876004 or 14440102. OLE color: 14440102.

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

Color convert

RGB 166 86 220 -
CMYK 0.25 0.61 0 0.14
HSL 275.82º 0.66% 0.6% -
HSV(B) 275.82º 0.61% 0.86% -
XYZ 31.97 19.93 69.87 -
YUV 125.2 181.5 157.1 -
System Red Green Blue C M Y K H S L
Decimal 166 86 220 0.25 0.61 0 0.14 275.82 0.66 0.6
Hex A6 56 DC 19 3D 0 E 114 42 3C
Octal 246 126 334 31 75 0 16 424 102 74
Binary 10100110 1010110 11011100 11001 111101 0 1110 100010100 1000010 111100

Color Harmonies of #A656DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A656DC

Black with #A656DC

Text Example


Text Example

White with #A656DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A656DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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