Html Css Color HEX #A156DD Amethyst

📋 copy color: '#A156DD'

red 161 ◦ green 86 ◦ blue 221

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

Shades of Amethyst #A156DD

Tints of Amethyst #A156DD

RGB

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

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

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

R = 34.4%
G = 18.38%
B = 47.22%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A156DD (or 0xA156DD) is known color: Amethyst. HEX triplet: A1, 56 and DD. RGB value is (161,86,221). Sum of RGB (Red+Green+Blue) = 161+86+221=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #A156DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A156DD is #5EA922. Grayscale: #7B7B7B. Windows color (decimal): -6203683 or 14505633. OLE color: 14505633.

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

Color convert

RGB 161 86 221 -
CMYK 0.27 0.61 0 0.13
HSL 273.33º 0.67% 0.6% -
HSV(B) 273.33º 0.61% 0.87% -
XYZ 31.08 19.45 70.52 -
YUV 123.82 182.85 154.52 -
System Red Green Blue C M Y K H S L
Decimal 161 86 221 0.27 0.61 0 0.13 273.33 0.67 0.6
Hex A1 56 DD 1B 3D 0 D 111 43 3C
Octal 241 126 335 33 75 0 15 421 103 74
Binary 10100001 1010110 11011101 11011 111101 0 1101 100010001 1000011 111100

Color Harmonies of #A156DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A156DD

Black with #A156DD

Text Example


Text Example

White with #A156DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A156DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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