Html Css Color HEX #A657DB Amethyst

📋 copy color: '#A657DB'

red 166 ◦ green 87 ◦ blue 219

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

Shades of Amethyst #A657DB

Tints of Amethyst #A657DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 35.17%
G = 18.43%
B = 46.4%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A657DB (or 0xA657DB) is known color: Amethyst. HEX triplet: A6, 57 and DB. RGB value is (166,87,219). Sum of RGB (Red+Green+Blue) = 166+87+219=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #A657DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A657DB is #59A824. Grayscale: #7D7D7D. Windows color (decimal): -5875749 or 14374822. OLE color: 14374822.

HSL color Cylindrical-coordinate representation of color #A657DB: hue angle of 275.91º degrees, saturation: 0.65, 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 #A657DB is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 87 219 -
CMYK 0.24 0.60 0 0.14
HSL 275.91º 0.65% 0.6% -
HSV(B) 275.91º 0.6% 0.86% -
XYZ 31.92 20.04 69.2 -
YUV 125.67 180.67 156.77 -
System Red Green Blue C M Y K H S L
Decimal 166 87 219 0.24 0.60 0 0.14 275.91 0.65 0.6
Hex A6 57 DB 18 3C 0 E 114 41 3C
Octal 246 127 333 30 74 0 16 424 101 74
Binary 10100110 1010111 11011011 11000 111100 0 1110 100010100 1000001 111100

Color Harmonies of #A657DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A657DB

Black with #A657DB

Text Example


Text Example

White with #A657DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A657DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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