Html Css Color HEX #A158D1 Amethyst

📋 copy color: '#A158D1'

red 161 ◦ green 88 ◦ blue 209

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

Shades of Amethyst #A158D1

Tints of Amethyst #A158D1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.21%

 BLUE value IS 209 (82.03% from 255) = 45.63%

R = 35.15%
G = 19.21%
B = 45.63%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A158D1 (or 0xA158D1) is known color: Amethyst. HEX triplet: A1, 58 and D1. RGB value is (161,88,209). Sum of RGB (Red+Green+Blue) = 161+88+209=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 209 - color contains mainly: blue. Hex color #A158D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A158D1 is #5EA72E. Grayscale: #7B7B7B. Windows color (decimal): -6203183 or 13719713. OLE color: 13719713.

HSL color Cylindrical-coordinate representation of color #A158D1: hue angle of 276.2º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A158D1 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 88 209 -
CMYK 0.23 0.58 0 0.18
HSL 276.2º 0.57% 0.58% -
HSV(B) 276.2º 0.58% 0.82% -
XYZ 29.7 19.16 62.45 -
YUV 123.62 176.18 154.66 -
System Red Green Blue C M Y K H S L
Decimal 161 88 209 0.23 0.58 0 0.18 276.2 0.57 0.58
Hex A1 58 D1 17 3A 0 12 114 39 3A
Octal 241 130 321 27 72 0 22 424 71 72
Binary 10100001 1011000 11010001 10111 111010 0 10010 100010100 111001 111010

Color Harmonies of #A158D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A158D1

Black with #A158D1

Text Example


Text Example

White with #A158D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A158D1; }

 p { color: rgb(161,88,209); }

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

background-color css

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

 a { background-color: rgb(161,88,209); }

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

border-color css

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

 span { border-color: rgb(161,88,209); }

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