Html Css Color HEX #A156DB Amethyst

📋 copy color: '#A156DB'

red 161 ◦ green 86 ◦ blue 219

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

Shades of Amethyst #A156DB

Tints of Amethyst #A156DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.45%

 BLUE value IS 219 (85.94% from 255) = 47%

R = 34.55%
G = 18.45%
B = 47%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A156DB (or 0xA156DB) is known color: Amethyst. HEX triplet: A1, 56 and DB. RGB value is (161,86,219). Sum of RGB (Red+Green+Blue) = 161+86+219=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #A156DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A156DB is #5EA924. Grayscale: #7B7B7B. Windows color (decimal): -6203685 or 14374561. OLE color: 14374561.

HSL color Cylindrical-coordinate representation of color #A156DB: hue angle of 273.83º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A156DB is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 86 219 -
CMYK 0.26 0.61 0 0.14
HSL 273.83º 0.65% 0.6% -
HSV(B) 273.83º 0.61% 0.86% -
XYZ 30.81 19.35 69.13 -
YUV 123.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 161 86 219 0.26 0.61 0 0.14 273.83 0.65 0.6
Hex A1 56 DB 1A 3D 0 E 112 41 3C
Octal 241 126 333 32 75 0 16 422 101 74
Binary 10100001 1010110 11011011 11010 111101 0 1110 100010010 1000001 111100

Color Harmonies of #A156DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A156DB

Black with #A156DB

Text Example


Text Example

White with #A156DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A156DB; }

 p { color: rgb(161,86,219); }

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

background-color css

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

 a { background-color: rgb(161,86,219); }

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

border-color css

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

 span { border-color: rgb(161,86,219); }

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