Html Css Color HEX #A160DC Amethyst

📋 copy color: '#A160DC'

red 161 ◦ green 96 ◦ blue 220

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

Shades of Amethyst #A160DC

Tints of Amethyst #A160DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.13%

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 33.75%
G = 20.13%
B = 46.12%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A160DC (or 0xA160DC) is known color: Amethyst. HEX triplet: A1, 60 and DC. RGB value is (161,96,220). Sum of RGB (Red+Green+Blue) = 161+96+220=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #A160DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A160DC is #5E9F23. Grayscale: #818181. Windows color (decimal): -6201124 or 14442657. OLE color: 14442657.

HSL color Cylindrical-coordinate representation of color #A160DC: hue angle of 271.45º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A160DC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 96 220 -
CMYK 0.27 0.56 0 0.14
HSL 271.45º 0.64% 0.62% -
HSV(B) 271.45º 0.56% 0.86% -
XYZ 31.8 21.11 70.11 -
YUV 129.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 161 96 220 0.27 0.56 0 0.14 271.45 0.64 0.62
Hex A1 60 DC 1B 38 0 E 10F 40 3E
Octal 241 140 334 33 70 0 16 417 100 76
Binary 10100001 1100000 11011100 11011 111000 0 1110 100001111 1000000 111110

Color Harmonies of #A160DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A160DC

Black with #A160DC

Text Example


Text Example

White with #A160DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A160DC; }

 p { color: rgb(161,96,220); }

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

background-color css

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

 a { background-color: rgb(161,96,220); }

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

border-color css

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

 span { border-color: rgb(161,96,220); }

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