Html Css Color HEX #A057DD Amethyst

📋 copy color: '#A057DD'

red 160 ◦ green 87 ◦ blue 221

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

Shades of Amethyst #A057DD

Tints of Amethyst #A057DD

RGB

 RED value IS 160 (62.89% from 255) = 34.19%

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

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

R = 34.19%
G = 18.59%
B = 47.22%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A057DD (or 0xA057DD) is known color: Amethyst. HEX triplet: A0, 57 and DD. RGB value is (160,87,221). Sum of RGB (Red+Green+Blue) = 160+87+221=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #A057DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057DD is #5FA822. Grayscale: #7B7B7B. Windows color (decimal): -6268963 or 14505888. OLE color: 14505888.

HSL color Cylindrical-coordinate representation of color #A057DD: hue angle of 272.69º 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 #A057DD is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 87 221 -
CMYK 0.28 0.61 0 0.13
HSL 272.69º 0.66% 0.6% -
HSV(B) 272.69º 0.61% 0.87% -
XYZ 30.96 19.51 70.54 -
YUV 124.1 182.68 153.6 -
System Red Green Blue C M Y K H S L
Decimal 160 87 221 0.28 0.61 0 0.13 272.69 0.66 0.6
Hex A0 57 DD 1C 3D 0 D 111 42 3C
Octal 240 127 335 34 75 0 15 421 102 74
Binary 10100000 1010111 11011101 11100 111101 0 1101 100010001 1000010 111100

Color Harmonies of #A057DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A057DD

Black with #A057DD

Text Example


Text Example

White with #A057DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A057DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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