Html Css Color HEX #A154DF Amethyst

📋 copy color: '#A154DF'

red 161 ◦ green 84 ◦ blue 223

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

Shades of Amethyst #A154DF

Tints of Amethyst #A154DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 34.4%
G = 17.95%
B = 47.65%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A154DF (or 0xA154DF) is known color: Amethyst. HEX triplet: A1, 54 and DF. RGB value is (161,84,223). Sum of RGB (Red+Green+Blue) = 161+84+223=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #A154DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A154DF is #5EAB20. Grayscale: #7A7A7A. Windows color (decimal): -6204193 or 14636193. OLE color: 14636193.

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

Color convert

RGB 161 84 223 -
CMYK 0.28 0.62 0 0.13
HSL 273.24º 0.68% 0.6% -
HSV(B) 273.24º 0.62% 0.87% -
XYZ 31.19 19.25 71.88 -
YUV 122.87 184.51 155.2 -
System Red Green Blue C M Y K H S L
Decimal 161 84 223 0.28 0.62 0 0.13 273.24 0.68 0.6
Hex A1 54 DF 1C 3E 0 D 111 44 3C
Octal 241 124 337 34 76 0 15 421 104 74
Binary 10100001 1010100 11011111 11100 111110 0 1101 100010001 1000100 111100

Color Harmonies of #A154DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A154DF

Black with #A154DF

Text Example


Text Example

White with #A154DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A154DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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