Html Css Color HEX #A158DD Amethyst

📋 copy color: '#A158DD'

red 161 ◦ green 88 ◦ blue 221

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

Shades of Amethyst #A158DD

Tints of Amethyst #A158DD

RGB

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

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

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

R = 34.26%
G = 18.72%
B = 47.02%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A158DD (or 0xA158DD) is known color: Amethyst. HEX triplet: A1, 58 and DD. RGB value is (161,88,221). Sum of RGB (Red+Green+Blue) = 161+88+221=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #A158DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A158DD is #5EA722. Grayscale: #7C7C7C. Windows color (decimal): -6203171 or 14506145. OLE color: 14506145.

HSL color Cylindrical-coordinate representation of color #A158DD: hue angle of 272.93º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A158DD is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 88 221 -
CMYK 0.27 0.60 0 0.13
HSL 272.93º 0.66% 0.61% -
HSV(B) 272.93º 0.6% 0.87% -
XYZ 31.24 19.78 70.58 -
YUV 124.99 182.18 153.69 -
System Red Green Blue C M Y K H S L
Decimal 161 88 221 0.27 0.60 0 0.13 272.93 0.66 0.61
Hex A1 58 DD 1B 3C 0 D 111 42 3D
Octal 241 130 335 33 74 0 15 421 102 75
Binary 10100001 1011000 11011101 11011 111100 0 1101 100010001 1000010 111101

Color Harmonies of #A158DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A158DD

Black with #A158DD

Text Example


Text Example

White with #A158DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A158DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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