Html Css Color HEX #A054D0 Amethyst

📋 copy color: '#A054D0'

red 160 ◦ green 84 ◦ blue 208

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

Shades of Amethyst #A054D0

Tints of Amethyst #A054D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.02%

R = 35.4%
G = 18.58%
B = 46.02%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A054D0 (or 0xA054D0) is known color: Amethyst. HEX triplet: A0, 54 and D0. RGB value is (160,84,208). Sum of RGB (Red+Green+Blue) = 160+84+208=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #A054D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054D0 is #5FAB2F. Grayscale: #787878. Windows color (decimal): -6269744 or 13653152. OLE color: 13653152.

HSL color Cylindrical-coordinate representation of color #A054D0: hue angle of 276.77º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A054D0 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 84 208 -
CMYK 0.23 0.60 0 0.18
HSL 276.77º 0.57% 0.57% -
HSV(B) 276.77º 0.6% 0.82% -
XYZ 29.05 18.37 61.69 -
YUV 120.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 160 84 208 0.23 0.60 0 0.18 276.77 0.57 0.57
Hex A0 54 D0 17 3C 0 12 115 39 39
Octal 240 124 320 27 74 0 22 425 71 71
Binary 10100000 1010100 11010000 10111 111100 0 10010 100010101 111001 111001

Color Harmonies of #A054D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A054D0

Black with #A054D0

Text Example


Text Example

White with #A054D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A054D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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