Html Css Color HEX #A054D7 Amethyst

📋 copy color: '#A054D7'

red 160 ◦ green 84 ◦ blue 215

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

Shades of Amethyst #A054D7

Tints of Amethyst #A054D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.84%

R = 34.86%
G = 18.3%
B = 46.84%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A054D7 (or 0xA054D7) is known color: Amethyst. HEX triplet: A0, 54 and D7. RGB value is (160,84,215). Sum of RGB (Red+Green+Blue) = 160+84+215=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 215 - color contains mainly: blue. Hex color #A054D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054D7 is #5FAB28. Grayscale: #797979. Windows color (decimal): -6269737 or 14111904. OLE color: 14111904.

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

Color convert

RGB 160 84 215 -
CMYK 0.26 0.61 0 0.16
HSL 274.81º 0.62% 0.59% -
HSV(B) 274.81º 0.61% 0.84% -
XYZ 29.93 18.72 66.33 -
YUV 121.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 160 84 215 0.26 0.61 0 0.16 274.81 0.62 0.59
Hex A0 54 D7 1A 3D 0 10 113 3E 3B
Octal 240 124 327 32 75 0 20 423 76 73
Binary 10100000 1010100 11010111 11010 111101 0 10000 100010011 111110 111011

Color Harmonies of #A054D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A054D7

Black with #A054D7

Text Example


Text Example

White with #A054D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A054D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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