Html Css Color HEX #A156D7 Amethyst

📋 copy color: '#A156D7'

red 161 ◦ green 86 ◦ blue 215

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

Shades of Amethyst #A156D7

Tints of Amethyst #A156D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.54%

R = 34.85%
G = 18.61%
B = 46.54%

CMYK

 C value IS 0.25

 M value IS 0.6

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A156D7 (or 0xA156D7) is known color: Amethyst. HEX triplet: A1, 56 and D7. RGB value is (161,86,215). Sum of RGB (Red+Green+Blue) = 161+86+215=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #A156D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A156D7 is #5EA928. Grayscale: #7A7A7A. Windows color (decimal): -6203689 or 14112417. OLE color: 14112417.

HSL color Cylindrical-coordinate representation of color #A156D7: hue angle of 274.88º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A156D7 is Cyan = 0.25, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 86 215 -
CMYK 0.25 0.6 0 0.16
HSL 274.88º 0.62% 0.59% -
HSV(B) 274.88º 0.6% 0.84% -
XYZ 30.29 19.14 66.39 -
YUV 123.13 179.85 155.01 -
System Red Green Blue C M Y K H S L
Decimal 161 86 215 0.25 0.6 0 0.16 274.88 0.62 0.59
Hex A1 56 D7 19 3C 0 10 113 3E 3B
Octal 241 126 327 31 74 0 20 423 76 73
Binary 10100001 1010110 11010111 11001 111100 0 10000 100010011 111110 111011

Color Harmonies of #A156D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A156D7

Black with #A156D7

Text Example


Text Example

White with #A156D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A156D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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