Html Css Color HEX #A657DD Amethyst

📋 copy color: '#A657DD'

red 166 ◦ green 87 ◦ blue 221

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

Shades of Amethyst #A657DD

Tints of Amethyst #A657DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 35.02%
G = 18.35%
B = 46.62%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A657DD (or 0xA657DD) is known color: Amethyst. HEX triplet: A6, 57 and DD. RGB value is (166,87,221). Sum of RGB (Red+Green+Blue) = 166+87+221=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #A657DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A657DD is #59A822. Grayscale: #7D7D7D. Windows color (decimal): -5875747 or 14505894. OLE color: 14505894.

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

Color convert

RGB 166 87 221 -
CMYK 0.25 0.61 0 0.13
HSL 275.37º 0.66% 0.6% -
HSV(B) 275.37º 0.61% 0.87% -
XYZ 32.19 20.14 70.6 -
YUV 125.9 181.67 156.6 -
System Red Green Blue C M Y K H S L
Decimal 166 87 221 0.25 0.61 0 0.13 275.37 0.66 0.6
Hex A6 57 DD 19 3D 0 D 113 42 3C
Octal 246 127 335 31 75 0 15 423 102 74
Binary 10100110 1010111 11011101 11001 111101 0 1101 100010011 1000010 111100

Color Harmonies of #A657DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A657DD

Black with #A657DD

Text Example


Text Example

White with #A657DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A657DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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