Html Css Color HEX #A054DD Amethyst

📋 copy color: '#A054DD'

red 160 ◦ green 84 ◦ blue 221

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

Shades of Amethyst #A054DD

Tints of Amethyst #A054DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.06%

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

R = 34.41%
G = 18.06%
B = 47.53%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A054DD (or 0xA054DD) is known color: Amethyst. HEX triplet: A0, 54 and DD. RGB value is (160,84,221). Sum of RGB (Red+Green+Blue) = 160+84+221=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #A054DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054DD is #5FAB22. Grayscale: #797979. Windows color (decimal): -6269731 or 14505120. OLE color: 14505120.

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

Color convert

RGB 160 84 221 -
CMYK 0.28 0.62 0 0.13
HSL 273.28º 0.67% 0.6% -
HSV(B) 273.28º 0.62% 0.87% -
XYZ 30.72 19.03 70.46 -
YUV 122.34 183.68 154.86 -
System Red Green Blue C M Y K H S L
Decimal 160 84 221 0.28 0.62 0 0.13 273.28 0.67 0.6
Hex A0 54 DD 1C 3E 0 D 111 43 3C
Octal 240 124 335 34 76 0 15 421 103 74
Binary 10100000 1010100 11011101 11100 111110 0 1101 100010001 1000011 111100

Color Harmonies of #A054DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A054DD

Black with #A054DD

Text Example


Text Example

White with #A054DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A054DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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