Html Css Color HEX #A154DB Amethyst

📋 copy color: '#A154DB'

red 161 ◦ green 84 ◦ blue 219

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

Shades of Amethyst #A154DB

Tints of Amethyst #A154DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 34.7%
G = 18.1%
B = 47.2%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A154DB (or 0xA154DB) is known color: Amethyst. HEX triplet: A1, 54 and DB. RGB value is (161,84,219). Sum of RGB (Red+Green+Blue) = 161+84+219=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #A154DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A154DB is #5EAB24. Grayscale: #797979. Windows color (decimal): -6204197 or 14374049. OLE color: 14374049.

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

Color convert

RGB 161 84 219 -
CMYK 0.26 0.62 0 0.14
HSL 274.22º 0.65% 0.59% -
HSV(B) 274.22º 0.62% 0.86% -
XYZ 30.65 19.03 69.08 -
YUV 122.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 161 84 219 0.26 0.62 0 0.14 274.22 0.65 0.59
Hex A1 54 DB 1A 3E 0 E 112 41 3B
Octal 241 124 333 32 76 0 16 422 101 73
Binary 10100001 1010100 11011011 11010 111110 0 1110 100010010 1000001 111011

Color Harmonies of #A154DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A154DB

Black with #A154DB

Text Example


Text Example

White with #A154DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A154DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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