Html Css Color HEX #A154DD Amethyst

📋 copy color: '#A154DD'

red 161 ◦ green 84 ◦ blue 221

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

Shades of Amethyst #A154DD

Tints of Amethyst #A154DD

RGB

 RED value IS 161 (63.28% from 255) = 34.55%

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

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

R = 34.55%
G = 18.03%
B = 47.42%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A154DD (or 0xA154DD) is known color: Amethyst. HEX triplet: A1, 54 and DD. RGB value is (161,84,221). Sum of RGB (Red+Green+Blue) = 161+84+221=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #A154DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A154DD is #5EAB22. Grayscale: #7A7A7A. Windows color (decimal): -6204195 or 14505121. OLE color: 14505121.

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

Color convert

RGB 161 84 221 -
CMYK 0.27 0.62 0 0.13
HSL 273.72º 0.67% 0.6% -
HSV(B) 273.72º 0.62% 0.87% -
XYZ 30.92 19.14 70.47 -
YUV 122.64 183.51 155.36 -
System Red Green Blue C M Y K H S L
Decimal 161 84 221 0.27 0.62 0 0.13 273.72 0.67 0.6
Hex A1 54 DD 1B 3E 0 D 112 43 3C
Octal 241 124 335 33 76 0 15 422 103 74
Binary 10100001 1010100 11011101 11011 111110 0 1101 100010010 1000011 111100

Color Harmonies of #A154DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A154DD

Black with #A154DD

Text Example


Text Example

White with #A154DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A154DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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