Html Css Color HEX #A054DF Amethyst

📋 copy color: '#A054DF'

red 160 ◦ green 84 ◦ blue 223

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

Shades of Amethyst #A054DF

Tints of Amethyst #A054DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.75%

R = 34.26%
G = 17.99%
B = 47.75%

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

#A054DF (or 0xA054DF) is known color: Amethyst. HEX triplet: A0, 54 and DF. RGB value is (160,84,223). Sum of RGB (Red+Green+Blue) = 160+84+223=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #A054DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054DF is #5FAB20. Grayscale: #7A7A7A. Windows color (decimal): -6269729 or 14636192. OLE color: 14636192.

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

Color convert

RGB 160 84 223 -
CMYK 0.28 0.62 0 0.13
HSL 272.81º 0.68% 0.6% -
HSV(B) 272.81º 0.62% 0.87% -
XYZ 30.99 19.14 71.87 -
YUV 122.57 184.68 154.7 -
System Red Green Blue C M Y K H S L
Decimal 160 84 223 0.28 0.62 0 0.13 272.81 0.68 0.6
Hex A0 54 DF 1C 3E 0 D 111 44 3C
Octal 240 124 337 34 76 0 15 421 104 74
Binary 10100000 1010100 11011111 11100 111110 0 1101 100010001 1000100 111100

Color Harmonies of #A054DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A054DF

Black with #A054DF

Text Example


Text Example

White with #A054DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A054DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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