Html Css Color HEX #A160DF Amethyst

📋 copy color: '#A160DF'

red 161 ◦ green 96 ◦ blue 223

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

Shades of Amethyst #A160DF

Tints of Amethyst #A160DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 33.54%
G = 20%
B = 46.46%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A160DF (or 0xA160DF) is known color: Amethyst. HEX triplet: A1, 60 and DF. RGB value is (161,96,223). Sum of RGB (Red+Green+Blue) = 161+96+223=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #A160DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A160DF is #5E9F20. Grayscale: #818181. Windows color (decimal): -6201121 or 14639265. OLE color: 14639265.

HSL color Cylindrical-coordinate representation of color #A160DF: hue angle of 270.71º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A160DF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 96 223 -
CMYK 0.28 0.57 0 0.13
HSL 270.71º 0.66% 0.63% -
HSV(B) 270.71º 0.57% 0.87% -
XYZ 32.2 21.27 72.22 -
YUV 129.91 180.53 150.17 -
System Red Green Blue C M Y K H S L
Decimal 161 96 223 0.28 0.57 0 0.13 270.71 0.66 0.63
Hex A1 60 DF 1C 39 0 D 10F 42 3F
Octal 241 140 337 34 71 0 15 417 102 77
Binary 10100001 1100000 11011111 11100 111001 0 1101 100001111 1000010 111111

Color Harmonies of #A160DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A160DF

Black with #A160DF

Text Example


Text Example

White with #A160DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A160DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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