Html Css Color HEX #A158DA Amethyst

📋 copy color: '#A158DA'

red 161 ◦ green 88 ◦ blue 218

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

Shades of Amethyst #A158DA

Tints of Amethyst #A158DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 34.48%
G = 18.84%
B = 46.68%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A158DA (or 0xA158DA) is known color: Amethyst. HEX triplet: A1, 58 and DA. RGB value is (161,88,218). Sum of RGB (Red+Green+Blue) = 161+88+218=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #A158DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A158DA is #5EA725. Grayscale: #7C7C7C. Windows color (decimal): -6203174 or 14309537. OLE color: 14309537.

HSL color Cylindrical-coordinate representation of color #A158DA: hue angle of 273.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A158DA is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 88 218 -
CMYK 0.26 0.60 0 0.15
HSL 273.69º 0.64% 0.6% -
HSV(B) 273.69º 0.6% 0.85% -
XYZ 30.84 19.62 68.49 -
YUV 124.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 161 88 218 0.26 0.60 0 0.15 273.69 0.64 0.6
Hex A1 58 DA 1A 3C 0 F 112 40 3C
Octal 241 130 332 32 74 0 17 422 100 74
Binary 10100001 1011000 11011010 11010 111100 0 1111 100010010 1000000 111100

Color Harmonies of #A158DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A158DA

Black with #A158DA

Text Example


Text Example

White with #A158DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A158DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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