Html Css Color HEX #A657DC Amethyst

📋 copy color: '#A657DC'

red 166 ◦ green 87 ◦ blue 220

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

Shades of Amethyst #A657DC

Tints of Amethyst #A657DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.39%

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

R = 35.1%
G = 18.39%
B = 46.51%

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

#A657DC (or 0xA657DC) is known color: Amethyst. HEX triplet: A6, 57 and DC. RGB value is (166,87,220). Sum of RGB (Red+Green+Blue) = 166+87+220=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #A657DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A657DC is #59A823. Grayscale: #7D7D7D. Windows color (decimal): -5875748 or 14440358. OLE color: 14440358.

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

Color convert

RGB 166 87 220 -
CMYK 0.25 0.60 0 0.14
HSL 275.64º 0.66% 0.6% -
HSV(B) 275.64º 0.6% 0.86% -
XYZ 32.05 20.09 69.9 -
YUV 125.78 181.17 156.69 -
System Red Green Blue C M Y K H S L
Decimal 166 87 220 0.25 0.60 0 0.14 275.64 0.66 0.6
Hex A6 57 DC 19 3C 0 E 114 42 3C
Octal 246 127 334 31 74 0 16 424 102 74
Binary 10100110 1010111 11011100 11001 111100 0 1110 100010100 1000010 111100

Color Harmonies of #A657DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A657DC

Black with #A657DC

Text Example


Text Example

White with #A657DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A657DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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