Html Css Color HEX #A154ED Amethyst

📋 copy color: '#A154ED'

red 161 ◦ green 84 ◦ blue 237

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

Shades of Amethyst #A154ED

Tints of Amethyst #A154ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 33.4%
G = 17.43%
B = 49.17%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A154ED (or 0xA154ED) is known color: Amethyst. HEX triplet: A1, 54 and ED. RGB value is (161,84,237). Sum of RGB (Red+Green+Blue) = 161+84+237=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #A154ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A154ED is #5EAB12. Grayscale: #7B7B7B. Windows color (decimal): -6204179 or 15553697. OLE color: 15553697.

HSL color Cylindrical-coordinate representation of color #A154ED: hue angle of 270.2º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A154ED is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 84 237 -
CMYK 0.32 0.65 0 0.07
HSL 270.2º 0.81% 0.63% -
HSV(B) 270.2º 0.65% 0.93% -
XYZ 33.15 20.03 82.24 -
YUV 124.47 191.51 154.06 -
System Red Green Blue C M Y K H S L
Decimal 161 84 237 0.32 0.65 0 0.07 270.2 0.81 0.63
Hex A1 54 ED 20 41 0 7 10E 51 3F
Octal 241 124 355 40 101 0 7 416 121 77
Binary 10100001 1010100 11101101 100000 1000001 0 111 100001110 1010001 111111

Color Harmonies of #A154ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A154ED

Black with #A154ED

Text Example


Text Example

White with #A154ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A154ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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