Html Css Color HEX #A156DA Amethyst

📋 copy color: '#A156DA'

red 161 ◦ green 86 ◦ blue 218

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

Shades of Amethyst #A156DA

Tints of Amethyst #A156DA

RGB

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

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

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

R = 34.62%
G = 18.49%
B = 46.88%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A156DA (or 0xA156DA) is known color: Amethyst. HEX triplet: A1, 56 and DA. RGB value is (161,86,218). Sum of RGB (Red+Green+Blue) = 161+86+218=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #A156DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A156DA is #5EA925. Grayscale: #7B7B7B. Windows color (decimal): -6203686 or 14309025. OLE color: 14309025.

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

Color convert

RGB 161 86 218 -
CMYK 0.26 0.61 0 0.15
HSL 274.09º 0.64% 0.6% -
HSV(B) 274.09º 0.61% 0.85% -
XYZ 30.68 19.29 68.44 -
YUV 123.47 181.35 154.77 -
System Red Green Blue C M Y K H S L
Decimal 161 86 218 0.26 0.61 0 0.15 274.09 0.64 0.6
Hex A1 56 DA 1A 3D 0 F 112 40 3C
Octal 241 126 332 32 75 0 17 422 100 74
Binary 10100001 1010110 11011010 11010 111101 0 1111 100010010 1000000 111100

Color Harmonies of #A156DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A156DA

Black with #A156DA

Text Example


Text Example

White with #A156DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A156DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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