Html Css Color HEX #A054D5 Amethyst

📋 copy color: '#A054D5'

red 160 ◦ green 84 ◦ blue 213

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

Shades of Amethyst #A054D5

Tints of Amethyst #A054D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.61%

R = 35.01%
G = 18.38%
B = 46.61%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A054D5 (or 0xA054D5) is known color: Amethyst. HEX triplet: A0, 54 and D5. RGB value is (160,84,213). Sum of RGB (Red+Green+Blue) = 160+84+213=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #A054D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054D5 is #5FAB2A. Grayscale: #787878. Windows color (decimal): -6269739 or 13980832. OLE color: 13980832.

HSL color Cylindrical-coordinate representation of color #A054D5: hue angle of 275.35º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A054D5 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 84 213 -
CMYK 0.25 0.61 0 0.16
HSL 275.35º 0.61% 0.58% -
HSV(B) 275.35º 0.61% 0.84% -
XYZ 29.68 18.62 64.98 -
YUV 121.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 160 84 213 0.25 0.61 0 0.16 275.35 0.61 0.58
Hex A0 54 D5 19 3D 0 10 113 3D 3A
Octal 240 124 325 31 75 0 20 423 75 72
Binary 10100000 1010100 11010101 11001 111101 0 10000 100010011 111101 111010

Color Harmonies of #A054D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A054D5

Black with #A054D5

Text Example


Text Example

White with #A054D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A054D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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